/* block top search */
#header_right #search_block_top {
	position:absolute;
	bottom:2px;
	right:210px;
	width: 330px;
}
#header_right #search_block_top p { padding:0; }
#header_right #search_block_top label, #header_right #search_block_top input { float: left }
#header_right #search_block_top label {display:none;}
#header_right #search_block_top input.search_query {
	margin:3px 0;
	padding:0 2px;
	height:22px;
	width:275px;
	border:0;
	border:1px solid #000;
}
#header_right #search_block_top input.button {
	margin:0;
	padding:0;
	height:32px;
    width: 48px;
	font:bold 11px/24px Arial, Verdana, sans-serif;
	text-indent:9999px;
	color:#fff !important;
	text-align:center;
	text-transform:uppercase;
	background:url(../../../img/button_search.png) no-repeat 100% 50%;
	border:none;
}


/* block left column "Quick search" */
#search_block_left input { margin: 2px 0 0 0 }
#search_block_left .search_query { width: 11em }
#search_button { display: inline }
