.jquery-selectbox {
	position: relative;
	height: 17px;
	width: 227px !important;
	width: auto;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 6px 4px 6px 4px;
	background-color: #ffffff;
}

.jquery-selectbox.selecthover {
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px 8px 2px 8px;
	left: 0px;
	background: #ffffff;
	width: 216px !important;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	margin: 8px 0 0 0;
	border: 1px solid;
	border-color: #253749;
	background-color: #ffffff;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	width: 19px;
	height: 18px;
	cursor: pointer;
	background-image: url(../images/select_button_b.jpg);
	background-repeat: no-repeat;
	top: 5px;
	right: 5px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #01215c;
	color: #eee;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}
