.jquery-selectbox {
	position:relative;
	height:33px;
	width:382px;
	z-index:0;
	float:left;
	display:inline;
	padding:0;
	color:#000;
	background:url(img/select_bg.gif) repeat-x;
}
.jquery-selectbox.selecthover {
	border-color: #afaea7;
	background-color: #878e94;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 7px 0px 0px 5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	padding:0;
	left: 1px;
	background: #fff;
	width: 378px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #6f95b2;
	border-right:1px solid #6f95b2;
	border-bottom:1px solid #6f95b2;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(img/select_btn.gif);
	width: 32px;
	height: 33px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background: url(img/select_l.gif);
	width: 7px;
	height: 33px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #eee;
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:5px 0 5px 9px;
}
