/* block top search */
#search_block_top {
	position:absolute;
	top:38px;
	left:0;
}
#search_block_top p {
	padding:0;
	background:url(img/top_search_bg.jpg) no-repeat 0 0;
	height:36px;
	width:366px;
	}
	
#search_block_top #search_query_top {
	padding:0;
	height:36px;
	width:318px;/* 310 */
	border:0;
	border-right: 0 !important;
	color:#666;
	background:none;
	float: left;
	padding:0 8px;
}

#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:none;
	float: left;
	height:36px;
	cursor:pointer;
	width:32px;
	padding:0
}

form#searchbox{padding-top:5px}
form#searchbox label{color:#333;margin-bottom:1px}
form#searchbox input#search_query_block{
}


