@charset "utf-8";
/* CSS Document */


#sarch {
 padding:10px;
 margin-bottom:10px;
}
#sarch .text {
	width:212px;
	height:30px;
	border:2px solid #CCC;
	text-indent:10px;
	float: right;
	margin-right: 80px;
}
#sarch .btn {
	background-color:#947F55;
	height:35px;
	width:35px;
	border:none;
	float: right;
	clear: right;
	margin-top: -36px;
	margin-right: 35px;
}
a:hover img {
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=65); /* IE lt 8 */
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */
	-khtml-opacity: .65; /* Safari 1.x */
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}