.searchRow {
	position: relative;
	width:30%;
	float:right;
	padding: 5px;
	margin-right:60px;
	text-align: center;
}
#searchForm {
	display: inline-block;
	width: 440px;
}
#searchForm label{
	font-family: sans-serif;
	float: left;
	text-align: right;
	margin-right: 0;
	width: auto;
	padding: 8px 12px;
	font-size: 10px;
	color: #ff00d0;
	text-transform: uppercase;
}
#searchForm input[type="text"], 
#searchForm input[type="text"]:focus,
#searchForm input[type="text"]:focus:hover
{
	width: 300px;
	height: auto;
	font-size: 12px;
	display: inline-block;
	font-family: "Lato";
	font-weight: 100;
	border: 1px solid #BBB;
	outline: none;
	color: #fff;
	padding: 5px;
	position: relative;
	float: left;
	background: none;
	z-index: 3;
	cursor: text;
	top:auto;
	left:auto;
}
#searchForm button{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: no-repeat center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARpJREFUeNrsld8NgjAQxlviAIzAOy9soE4AI+gE6gTqBMQJxAlwA3UCfOFdJ5AN8K5+JFVbBAJvNvnS5v78Wtq7IMuyFEOMkckopVRzKXKPpjVp9hGSkLZS+DcVZzicNBoJTFCGxSQXoAvcY2xUkFYET4xfzcYviTwg0SrPcOr3nJeffQ+1NjBs4BRgz3aH7ENM2gbMCftfD8QxKtbAcGry7g0e3xrjiIGGDcxlFDbIDxHbGHwg8csva+6XfQFim5UbEjM8YkxyNaBL2lTlaGPUNQjDuDIimM+YJ5iPpDk1SNGq8/RmAHwB046hBLzqX90arG1wUj7hT03X2anccGruQq+uG7vUcVSBod7AvTXIH9zfkEP9TJ8CDAAA2gE/LpeMTgAAAABJRU5ErkJggg==');
	border: none;
	text-indent: -9999px;
	margin-left: 8px;
}
#searchForm button:hover{
	cursor: pointer;
}

.dlTile{
	height:375px;
	margin-bottom: 12px;
}
.dlTitle {
	height: 45px;
}

.videoTerms {
	box-sizing: border-box;
	width:265px;
	height: 85px;
	margin: 10px 0 0 6px;
	/*margin: 56px auto 0 auto;*/
	padding: 4px 8px;
	border: 1px #2c2c2c solid;
	font-size: 10px;
	font-family: sans-serif;
	color: #aaa;
	letter-spacing: 0.1px;
}
.videoTerms a:link, .videoTerms a:visited {
	color: #a5a5a5;
}
.videoTerms a:hover {
	color: #fff;
}
.videoTerms h6 {
	color: #eee;
	font-size: 10px;
	font-family: sans-serif;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.1px;
	margin-bottom: 8px;
}
.noResults {
	color: #fff;
	text-align: center;
	margin-top: 100px;
}
