
.searchBox {
	width: 410px;
	height: 40px;
	float: right;
	margin-top: 10px;
}
.searchBox_l { /* for windsearch.asp */
	width: 100%;
	height: 40px;
	float: right;
	margin-top: 10px;
}
.searchTitle{
	float: left;
	width: 100px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
	color: #c5c5c5;
}
.searchTxt {
	float: left;
	width: 310px;
	height: 40px;
	font-size: 14px;
	line-height: 100%;
	padding-left: 18px;
	border: 1px solid #c5c5c5;
	box-sizing: border-box; 
}
.searchSel{
	float: left;
	width: 150px;
	height: 40px;
	margin-right: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 100%;
	border: 1px solid #c5c5c5;
}
.searchSub, .searchSub_bm{
	width: 100px;
	height: 40px;
	float: right;
	text-align: center;
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #c40311
}
.searchBox_l .searchTxt {
	margin-right: 15px;
}
.searchSub_bm{
	cursor: pointer;
	background: #006B3E;
}