/* ----表单控件CSS开始---- ↓ */

.w01 {
	width:125px;
	position:relative;
	z-index:9999;
}
/*background*/
.SelectL, .WellForm .SelectR {
	background:url(../images/formImages.png) no-repeat;
}
/*WellSelect*/
.WellForm .duan {
	width:88px;
}
.WellForm .chang {
	width:269px;
}
.kahaochang {
	width:192px;
}
.WellForm .SelectL, .WellForm .SelectR, .WellForm .WellSelect {
	float:left;
	height:24px;
}
.WellForm .SelectL {
	width:2px;
	background-position:0 0;
}
.WellForm .SelectR {
	width:35px;
	cursor:pointer;
	background-position:right 0px;
	margin-right:15px;
}
.WellForm .WellSelect {
	position:relative;
	cursor:pointer;
	height:24px;
	line-height:24px;
	background:url(../images/formImages.png) center;
}
.WellForm .WellSelect select {
	display:none;
}
.WellForm .WellSelect em {
	position:absolute;
	top:0;
	left:3px;
	color:#1d83ba;
	height:24px;
	display:block;
	line-height:24px;
	font-style:normal;
}
.WellForm .WellSelect ul {
	list-style-type:none;
	position:absolute;
	top:23px;
	left:-2px;
	z-index:1000;
	display:none;
	background:#f9f9f9;
	border:1px solid #cccccc;
	border-top:none;
	width:100%;
}
.WellForm .WellSelect ul li {
	color:#1d83ba;
	height:24px;
	cursor:pointer;
	line-height:24px;
	padding-left:3px;
	text-align:left;
}
.WellForm .WellSelect ul li.hover {
	background:#026cb2;
	color:#fff;
}
ul, li {
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
}

