/* block top search */
#search_block_top {
	position:absolute;
	right:0px;
    top:48px;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	width:170px;/* 310 */
	background:none;
	border:none;
	float: left;
	width:200px;
	background:#FBFBFB;
	float: left;
	border: none;
	padding: 0px 5px;
	height:27px;
	
}

.ie7 #search_block_top #search_query_top	{ width:200px;}
#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:url("../../../img/go_btn.png") no-repeat scroll 0px 0px transparent;
	float: left;
	height:27px;
	width:37px;
	text-indent: -959px;
	padding:0;
	margin:0 0 0 5px;
	right:0;
	z-index:3;
	overflow:hidden;
	
}
#search_block_top .button:active,
#search_block_top .button:focus { box-shadow:none; }

form#searchbox
{
	/*width:200px;
	background:#FBFBFB;
	float: left;
	border: 1px solid #eee;*/

}
form#searchbox label{color:#333;margin-bottom:1px}
form#searchbox input#search_query_block{
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
    height: 18px;
	margin-top:10px;
	
}
form#searchbox input#search_button{padding: 1px 4px;}

