/* block top search */
#header_right #search_block_top {
	position:absolute;
	right: 0;
    top: 80px;
	width: 200px;
}
#header_right #search_block_top p { padding: 0.4em 0 0.4em 1em }
#header_right #search_block_top label, #header_right #search_block_top input#search_query {
	float: left;
	padding:0;
	margin:0;
	color:#aa2428;
 }
#header_right #search_block_top input.button {
	float: left;
	background:none;
	color:#FFFFFF!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px!important;
	height:25px;
	line-height:25px;
	text-transform: uppercase;
	width: 30px;
 }

#header_right #search_block_top input#search_query_top {
	background-image: url(../../../img/bg_search.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 5px;
    width: 153px;
	border:0;
	float: left;
 }
