.search-form{
	position:relative;
	width:45px;
	height:45px;
	float:right;
	padding:0;
	margin:0;
}
.search_block{
	width:220px;
	position:absolute;
	top:45px;
	right:0;
	background: #FFF; /*#00436e;*/
	padding:5px;
	padding-right:55px;
	
-webkit-border-radius: 5px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topright: 0;
border-radius: 5px;
border-top-right-radius: 0;
}