.jquery-selectbox {
	position: relative;
	height:24px;
	width: 410px;
	z-index: 0;
	float: left;
	display: inline;
	font:14px/14px Georgia, "Times New Roman", Times, serif;
    color:#000;
	padding: 0;
	background: url(img/select_bg.gif) repeat-x;
}
.jquery-selectbox.selecthover {
	border-color: #afaea7;
	background-color: #fff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 4px 0px 0px 4px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 22px;
	padding: 2px 0;
	left: 0px;
	background: #fff;
	width: 408px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #afaea7;
	border-right:1px solid #afaea7;
	border-bottom:1px solid #afaea7;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(img/select_btn.gif);
	width: 23px;
	height: 24px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background: url(img/select_l.gif);
	width: 5px;
	height: 24px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ececec;
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:2px 0 4px 9px;
}