


.jqTransformSelectWrapper {
	width:315px;
	position:relative;
	height:30px; text-indent:5px;
	background:#fff; line-height:30px;
	float:left; margin-top:10px;}

.jqTransformSelectWrapper div span {	
	font-size: 12px;
	position: absolute; width:315px;
	height: 30px;
	line-height:30px;
	overflow: hidden;
	cursor:pointer;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right:0px;
	width:30px;
	height:30px; line-height:30px;
	background: url(img/sea_jt.jpg) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width:315px;
	top:30px;
	left:0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC; border-top: none;  
	display: none;
	margin: 0px;
	padding: 0px;
	height:65px;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block; padding-left:5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size:12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#d02504;
	color: #fff;
}

.jqTransformHidden { display: none;}