.jquery-selectbox {
	position: relative;

	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	
	font-size:13px;
	
	background: url(/img/input_label_eneric.png) no-repeat scroll top left;
	border:0;
	width: 203px;
	height: 19px;
	
	padding:7px 4px 4px 9px;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-align:left;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 29px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 209px;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #00abf2;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	
	position: absolute;
	top: 7px;
	right: 6px;
	
	float: right;
	background: url(/img/select_box_arrow.png);
	width: 22px;
	height: 16px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(/img/select_box_arrow.png);
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #11bcf3;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}