.jquery-selectbox {
	position: relative;
	height: 22px;
	width: 310px;
	z-index: 0;
	float: left;
	display: inline;
	font-size:14px;
	font-family: Arial;
	color: #4D6EA9;
	padding: 0;
	background: transparent url('../images/jquery-selectbox-TextField.gif') no-repeat;
}
.jquery-selectbox.selecthover {
	border-color: #eeeeee;
	/*background-image: url("../img/bg-TextFieldFocused.gif");*/
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0 0 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	width:304px;
	display: none;
	position: absolute;
	top: 20px;
	padding: 3px;
	left: 0px;
	background: #eeeeee;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-top:1px solid #234681;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url('../images/jquery-selectbox-moreButton.gif');
	height:22px;
	width:24px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	/*background: url("../img/lay-selectMoreButtonHover.gif");*/
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #4D6EA9;
	color: #FFFFFF;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}
