@charset "utf-8";
/* CSS Document */

div#wrapper #main #headerSearch {
	margin:-22px 20px 0 0;
	padding:0;
	float: right; 
}
div#wrapper #main #headerSearch div { 
	float: left; 
	display: inline;
}
div#wrapper #main #headerSearch .searchLabel { 
	margin: 10px 9px 0 0;
	color:#121518;
}
div#wrapper #main #headerSearch .searchTextbox { 
	margin-top: 8px; 
}
div#wrapper #main #headerSearch .searchTextbox { 
	#margin-top: 7px; 
}  /* IE Only */
div#wrapper #main #headerSearch .searchTextbox input { 
	font-family: helvetica, arial; 
	font-size:10px; 
	border:0px; 
	padding:2px; 
	width:129px; 
}
div#wrapper #main #headerSearch .searchButton { 
	margin: 8px 19px 0 9px; 
}
div#wrapper #main #headerSearch .searchButton img {
	cursor:pointer; 
}

div.search_results .other_pages{
	padding:5px;
	margin:10px 0 10px 0;
	text-align:right;
}

div.results hr{

	border:0;
	border-bottom:dotted 1px; #ddd;

}

div.search_results .other_pages a{


}