/* -------------
 * Selects 	表单美化开始
 * ------------- */
.jqTransformSelectWrapper {
	position:relative;
	height: 40px;
	/*border: 1px solid #e1e1e1;
	background: url(img/select_left.gif) no-repeat top left;*/
	float:left;
	background:#f5f5f5;
}
.jqTransformSelectWrapper div span {
	font-size: 14px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	cursor:pointer;/**//*	border-right: none;*/
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
	color:#676767;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 20px;
	height: 40px;
	background-image: url(../img/select_right_ico.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 32px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	border-top:0px;
	display: none;
	margin: 0px;
	padding: 0px;
	/*height: 150px;*/
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}
.jqTransformSelectWrapper ul li{
	line-height:30px;
	
	}
.jqTransformSelectWrapper ul a {
	display: block;
	padding: 2px 7px;
	text-decoration: none;
	color:#676767;
	background-color: #f5f5f5;
	font-size: 14px;
}
.jqTransformSelectWrapper ul a.selected {
	background: #f5f5f5;
	color: #333;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color: #fff;
}
.jqTransformHidden {
	display: none;
}
/* -------------
 * Selects 	表单美化结束
 * ------------- */
