.jquery-selectbox {
	position: relative;
	height: 20px;
	border: 1px solid #ccc;
	width: 183px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 4px 0px 0;
	color: #fff;
	font-weight:bold; 
	padding: 1px;
	background-image: url("http://www.retestatic.it/_images/select.png");
	margin-bottom:5px;
}
.jquery-selectbox.selecthover {
	
	color:#fff;
	z-index: 1700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 3px 0 8px;
	white-space: nowrap;
	height:20px;
	line-height:20px;
	display: block;
	overflow: hidden;
	background-color:#077323;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 21px;
	padding: 3px 0px 3px 5px;
	left: 0px;
	background-color: #098427;
	/*width: 238px !important;*/
	height: auto;
	max-height:300px !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1001;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 0 none;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background-image: url("http://www.retestatic.it/_images/select.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:#077323;
	width: 26px;
	height: 20px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("http://www.retestatic.it/_images/select_h.png");
	line-height:14px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#077323;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background-color:#077323;
	background-repeat:repeat-x;
	color: #FFF;
	float:left;
	width:227px;
	
	
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width:182px;
	margin-left:3px;
	line-height:17px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("http://www.retestatic.it/_images/select.png");
}

option	{ height:auto; float:left;}
