/* CSS Document */
.selectControlOption{display:none;}
.selectDownList a:link,.selectDownList a:visited{font-size:12px;display:block;width:100%;text-decoration:none;color:#000;}
.selectDownList a:hover,.selectDownList a:active{
	font-size:12px;
	display:block;
	width:100%;
	text-decoration:none;
	color:#fff;
	background-color: #6699FF;//鼠标选中的颜色
}
.selectControlBtn,.selectBtnover,.selectBtnclick{cursor:pointer;_cursor /* */:hand;}
.selectControlBtn{position:absolute;width:16px;height:20px;overflow:hidden;background:url(../Img/Select_btn.gif) no-repeat;top:0;_top:1px;}
.selectControl{position:relative;}
.clsInput{border:1px solid #2f6bc1 !important;font-size:12px !important;padding:.2em .1em .15em .1em; _height /* */:20px;}
//文本框框颜色
.selectBtnover{background:url(../Img/Select_btnover.gif) no-repeat;}
.selectBtnclick{background:url(../Img/Select_btnclk.gif) no-repeat;}
.selectDownList{
	position:absolute;
	overflow:auto;
	background:#fff;
	z-index:100;
	border: 1px solid #99CCFF;//下拉框的框颜色
}
.selectCurStatus {color:#ff0000;}

