/* block top search */
#search_block_top {
	position:absolute;
	top:-40px;
	left:380px;
	float:left; 
	background:#efefef; 
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	height:35px;
	*height:35px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(Css4IE/PIE.htc);
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	padding:0 5px;
	height:23px;
	width:220px;/* 310 */
	border:1px solid #666;
	border-right: 0 !important;
	color:#666;
	background:url(img/bg_search_input.png) repeat-x 0 0 #fff;
	float: left;
}

#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:#000000;
	float: left;
	height: 25px;
}

.block_search {
	position:relative;
	margin:20px 0 0 5px; 
	float:left; 
	width:310px; 
	background:#efefef; 
	padding-top:15px;
	height:35px;
	*height:35px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(Css4IE/PIE.htc);
}
