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

fieldset.search {
	width: 238px;
	margin-left: 10px;
	margin-right:0px;
	margin-bottom:15px;
	border:none;
	padding:0px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color:#6b6b6b;
	font-size: 14px;
	width: 174px;
	height: 38px;
	padding: 0px 5px 0;
	/*background: #616161 url(search_bg.gif) no-repeat;*/
	/*background: url(../images/layout_elements/searchBgFocus.png) no-repeat;*/
	background: url(../images/layout_elements/searchBg2.png) no-repeat;
	margin-right: 0px;
}
.search input.box:focus {
	/*background: #616161 url(search_bg.gif) no-repeat left -38px;*/
	outline: none;
	background: url(../images/layout_elements/searchBg2.png) no-repeat;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	/*text-indent: -9999px;*/
	background: url(../images/layout_elements/searchButtonBg.png) no-repeat;
	color:#ff8201;
	font-weight:bold;
	font-size:14px;
	margin-right:0px;
}
.search button.btn:hover {
	/*background: #fbc900 url(search_bg.gif) no-repeat bottom right;*/
	color:#666;
}
.checkbox{
	margin-left:10px;
	}