/* block top search */
#search_block_top {
	position:absolute;
	top:74px;
	margin-left: 728px;
	width:250px;/* 310 */
	/*background: url('img/loupe.png') 97% center no-repeat #fff;*/
	border:1px solid #cecece;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	padding:0 5px;
	height:33px;
	color:#666;
	float: left;
	font-size: 15px;
}
#search_query_top {
	width:200px;/* 310 */
	border:none;
}
input:focus{
	outline: none;
}

#search_block_top .button {
	display: none;
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:url(img/bg_search_submit.png) repeat-x 0 0 #101010;
	float: left;
	height: 25px;
}
