@charset "utf-8";
/* CSS Document */




#search { float:left; width:480px;  margin-top:24px; color:#999; margin-top:30px;}
.search .select {FLOAT: left; margin-top:0px; display:inline; margin-right:8px; width:84px;}
.search .text {FLOAT: left; width:322px;}
.search .btn {FLOAT: left; width:65px;}
.search span{FLOAT: left; margin-top:6px; color:#999;}
.search span a{ color:#999; margin-left:8px;}
.search span a:hover{ color:#ef9b11;}
.inp_srh {
	width: 290px;
	height: 31px;
	padding-left: 29px;
	line-height: 31px;
	border: 0 none;
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.selectbox-wrapper {border:1px solid #bebebe; POSITION: absolute; BACKGROUND-COLOR: #fff; TEXT-ALIGN: center;
}
.selectbox-wrapper UL
{
	padding:0;
	margin:0;
	font-size:14px;
}
.selectbox-wrapper UL LI.selected {BACKGROUND-COLOR: #f5f5f5;}
.selectbox-wrapper UL LI.current { COLOR: #fff; BACKGROUND-COLOR: #86bb2b; }
.selectbox-wrapper UL LI { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; WIDTH: 82px; CURSOR: pointer; LINE-HEIGHT: 20px; PADDING-TOP: 3px; list-style-type:none; color:#999;
}
.selectbox { border:none;  DISPLAY: block; padding-left:4px; width: 80px; CURSOR: pointer; HEIGHT: 31px; background:url(images/search_select.gif) no-repeat; color:#999999; line-height:31px; }

.btn_srh {
	width: 65px;
	height: 31px;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	background-image: url(images/top_search.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#search * { vertical-align:middle;}
