.jquery-selectbox {
	position:relative;
	height:25px;
	width:0px;
	z-index:0;
	float:left;
	display:inline;
	font:15px/15px Arial, Helvetica, sans-serif;
	color: #2e3136;
	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: 5px 0px 0px 7px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 25px;
	padding:0;
	left: 0px;
	background: #fff;
	width: 0px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../img/select_btn.gif) no-repeat left top;
	width: 30px;
	height: 25px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton:hover {
	background-position: left bottom;
}
.jquery-selectbox .jquery-selectbox-leftCorner {
	/*float: left;
	background: url(../img/select_l.gif);
	width: 8px;
	height: 32px;
	cursor: pointer;*/
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ececec;
	color: #2e3136;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:3px 0 3px 7px;
}

