form.jqtransformdone div.select_bg1 {
	width:333px !important;
}
.select_bg1 .jqTransformSelectWrapper {
	width:325px;
	height:35px;
	position:relative;
	font-size:12px;
	color:#575757;
	text-indent:0px;
	font-weight:normal;
	padding-left:8px;
}
.select_bg1 .jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	line-height: 35px;
	overflow: hidden;
	cursor:pointer;
	width:333px;
	height:35px;
}
.select_bg1 .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	left: 0px;
	width:333px;
	height:35px;
}
.select_bg1 .jqTransformSelectWrapper ul {
	position: absolute;
	width:331px !important;
	top:35px;
	left:-8px;
	list-style: none;
	overflow: auto;
	background:#fff !important;
	overflow:hidden;
	position: relative;
    behavior:url(../PIE.htc);
	border:1px solid #ddd;
}
.select_bg1 .jqTransformSelectWrapper ul li {
	list-style:none;
	background:#fff !important;
	height:35px;
	width:333px;
}
.select_bg1 .jqTransformSelectWrapper ul li:first-child {
}
.select_bg1 .jqTransformSelectWrapper ul a {
	display: block !important;
	text-decoration: none;
	color:#4f4739;
	font-size: 12px;
	font-weight:normal;
	line-height:35px;
	padding:0 10px;
	height:35px;
	margin:0;
	list-style:none;
	background:#fff;
}
.select_bg1 .jqTransformSelectWrapper ul a.selected {
	background: #fff;
	color:#575757;
}
.select_bg1 .jqTransformSelectWrapper ul a:hover, 
.select_bg1 .jqTransformSelectWrapper ul a.selected:hover {
	background:#ddd;
	color: #575757 !important;
}
.select_bg1 .jqTransformHidden {
	display: none;
}