/* block top search */
#search_block_top {
	background: url("../../../img/bg_search_top.png") no-repeat scroll 0 0 transparent;
    height: 37px;
    padding-left: 23px;
    padding-top: 9px;
    position: absolute;
    right: 0;
    top: 0;
    width: 307px;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	padding:0 0 0 7px;
	height:28px;
	line-height:28px;
	width:232px;
	border:none;
	border: 0 !important;
	color:#666;
	background: #fff;
	float: left;
	font-family:trebuchet ms;
	font-size:14px;
	color:#333333;
}

#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:url(../../../img/bg_search_submit.png) no-repeat 0 0;
	float: left;
	height: 28px;
	width:44px;
}

