input[type="submit"], input[type="button"]{
	cursor:pointer;
}
#search_results{
	float:left;
	width:640px;
	font:normal 1em arial;
	color:#fff;	
}
#search_results h1{
	font-size:1.2em;
}
#search_rightrail{
	float:right;
	width:348px;
	margin-top:16px;
}
#search_form{
	margin:16px 0 0 40px;
}
#search_form fieldset{
	margin:0;
	padding:0;
	border:none;
}
#search_form input{
	float:left;
	border:solid 1px #666;
	margin:0;
}
#search_form input[type="text"]{
	width:280px;
	height:22px;
	padding:5px 10px;
	background-color:black;
	color:white;
	font-size:1em;
}
#search_form input[type="submit"]{
	width:34px;
	height:34px;
	background-color:#373737;
	color:#646464;
	border-left:none;
	font-size:.8em;
	text-transform:uppercase;
}
#search_results div.header{
	margin:16px 0 0 40px;
}
#search_results div.header p{
	margin:7px 0;
}
#search_results div.header p.status{
	font-size:.7em;
}
#search_results div.list{
	font-size:.9em;
}
#search_results div.list ol{
	font-weight:bold;
}
#search_results div.list li{
	margin:30px 24px 0 0;
	font-weight:normal;
	padding-bottom:30px;
	border-bottom:solid 1px #323232;
}
#search_results div.list li img{
	float:right;
	width:198px;
	height:109px;
	border:solid 1px #000;
	margin:0 10px;
}
#search_results div.list li span.title{
	font-weight:bold;
}
#search_results div.list li span.desc{
	color:#9b9b9b;
}
#search_results div.list li span.pub_date{
	font-size:.8em;
	color:#5b5b5b;
}
#search_results div.list li span.channel{
	text-transform: uppercase;
	font-size:.8em;
	color:#5b5b5b;
}
