.jquery-selectbox {
	position: relative;
	height: 19px;
	border: none;
	width: 198px !important;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 11px;
	font-family: Arial;
	color: #265344;
	padding: 0;
	background-image: url('../img/order-input.gif');
	background-repeat: no-repeat;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background-color: white;
	width: 192px !important;
	height: auto !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #9EBD8E;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background-image: url("../img/order-select-btn.gif");
	background-repeat: no-repeat;
	width: 19px;
	height: 17px;
	cursor: pointer;
	margin-top: 1px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	cursor: pointer;
	color: #265344;
	text-decoration: none;
	background-color:#e8f2e2;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;
	color: #265344;
	text-decoration: none;
}

.jquery-selectbox .jquery-selectbox-item:hover {
	display: block;
	cursor: pointer;
	color: #265344;
	text-decoration: none;
	background-color:#e8f2e2;
}

.jquery-selectbox .jquery-selectbox-item

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
