.block-search{
    padding: 22px 12px 0 0;
    float: right;
}
.block-search #text-search input{
	border: 0 none;
	height: 27px; line-height: 22px;
    width: 200px;
    padding: 0 0 0 15px;
	color: #999;
    background-color: #fff;
	border-radius: 13px;
    /* -webkit-border-top-left-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    -moz-border-radius-bottomleft: 11px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;*/
	float: left;
}
.block-search a{
    float: left;
	display:block;
	width: 31px; height: 22px;
	background:url(../images/search.jpg) no-repeat;
    text-decoration: none;
	display: none;
}