.jquery-selectbox {
	position: relative;
	height: 24px;
	padding: 5px 7px 0 15px;
	width: 70px !important;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 12px;
	font-family: Arial;
	color: #4a3a8a;
	background: transparent url(../images/select/bg_select.png) 0 0 no-repeat;
}

.jquery-selectbox.selecthover {
	border-color: #4a3a8a;
	z-index: 100;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	overflow-x: hidden;
	text-align: center;
	color: #4a3a8a;
	border-bottom: 1px dotted #4a3a8a;
	zoom: 1;
	/*width: 60px;*/
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 28px;
	left: 7px;
	padding: 2px;
	background: #ffffff;
	height: auto !important;
	width: 87px !important;
	z-index: 100;
	border: 1px solid #004b81;
}

	.jquery-selectbox-list span {
		display: block !important;
		width: 87px !important;
	}
	
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: transparent url("../images/select/arrow.gif") 0 0 no-repeat;
	width: 12px;
	height: 9px;
	cursor: pointer;
	margin-top: 4px;
}

/*.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/select/lay-selectMoreButtonHover.gif");
}*/

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #645c9a;
	color: #ffffff;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}
