fieldset.search {
	border: none;
	height: 33px;
	width: 203px;
	/*margin: 0 auto;*/
	margin-left: 9px;
}
.search input, .search button {
	border: none;
	float: left;
	height: 36px;
}
.search input.box {
	font-size: 1.0em;
	width: 161px;
	*width: 152px;
	height: 22px;
	/*padding: 8px 5px 0;*/
	padding-top: 2px;
	/*background: #616161 url(search_bg.gif) no-repeat;*/
	background:#DDD;
	color:#222;
	margin-top: 4px;
}
.search input.box:focus {
	background: #616161 no-repeat left 38px;
	outline: none;
	color:#FFF;
}
.search button.btn {
	width: 27px;
	height: 25px; 
	cursor: pointer;
	text-indent: -9999px;
	margin-top:4px;
	background:#111  url(../images/frontend/search_bg.png) no-repeat bottom right;

}
.search button.btn:hover {
	background:#333  url(../images/frontend/search_bg.png) no-repeat bottom right;
}