/* block top search */
#search_block_top {
	position:absolute;
	right:0;
    top:100px;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	width:170px;/* 310 */
	background:none;
	border:none;
	float: left;
	width:200px;
	float: left;
	border: 1px solid #d8d8d8;
	padding-right: 5px;
	border-radius:5px;
}

.ie7 #search_block_top #search_query_top	{ width:160px;}
#search_block_top .button {
	text-transform:uppercase;
	float: left;
	margin:0 0 0 5px;
	position:relative;
	z-index:3;
	
}
#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;}

