.jquery-selectbox {
	position:relative;
	height:24px;
	width:371px;
	z-index:0;
	float:left;
	display:inline;
	padding:0;
	color:#363636;
	background:url(img/select_bg.gif) repeat-x;
}
.jquery-selectbox.selecthover {
	border-color: #b3bec5;
	background-color: #fff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 4px 0px 0px 5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 23px;
	padding:0;
	left: 0px;
	background: #fff;
	color:#363636;
	width: 264px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(img/select_btn.gif);
	width: 19px;
	height: 24px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background: url(img/select_l.gif);
	width: 1px;
	height: 24px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ececec;
	color: #363636;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:3px 0 3px 5px;
}
