@charset "utf-8";

/* ----表单控件CSS开始---- ↓ */

.w01 {
	width:180px;
}

/*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;
}
.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:#444444;
	height:28px;
	display:block;
	line-height:28px;
	font-style:normal;
}
.WellForm .WellSelect ul {
	list-style-type:none;
	position:absolute;
	top:28px;
	left:-12px;
	z-index:1000;
	display:none;
	background:#f9f9f9;
	border:1px solid #eeeeee;
	width:208px;
	z-index:1000;
}
.WellForm .WellSelect ul li {
	color:#444444;
	height:24px;
	cursor:pointer;
	line-height:24px;
	padding-left:20px;
	text-align:left;
}
.WellForm .WellSelect ul li.hover {
	background:#cccccc;
	color:#fff;
}
ul,li{
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
}