/* block top search */
#search_block_top {
	position:absolute;
	top:30px;
	left:0;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	padding:5px 10px;
	height:22px;
        line-height:22px;
	width:300px;/* 310 */
	border:solid 1px #969696;
	border-right: 0 !important;
	color:#666;
	background:url(img/bg_search_input.png) repeat-x 0 0 #fff;
	float: left;
        border-radius: 4px 0 0 4px;
}

#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:url(img/search.gif) repeat-x 0 0;
	float: left;
	height: 34px;
        width:71px;
}
