@charset "utf-8";

#search_block_top {
	display: inline-block;
	width: 340px;
	height: 32px;
	margin: 30px 0 0 100px;
	overflow: hidden;
	position: relative;
}
#search_block_top #search_query_top {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #aaa;
}
#search_block_top #search_btn_top {
	position: absolute;
	right: 0;
	z-index: 2;
	height: 30px;
	line-height: 29px;
	width: 40px;
	border: 0;
	background: #f1f1f1;
	color: #aaa;
}
