.jquery-selectbox {
	position:relative;
	height:31px;
	width:266px;
	z-index:0;
	float:left;
	display:inline;
	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: 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: 0px;
	background: #fff;
	width: 264px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(img/select_btn.gif);
	width: 26px;
	height: 31px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background: url(img/select_l.gif);
	width: 5px;
	height: 31px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ececec;
	color: #505050;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:5px 0 5px 9px;
}