.jquery-selectbox {
	position: relative;
	height: 21px;
	border: 0;
	width: 182px !important;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0;
	font-size: 12px;
	line-height:21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	background:url(../images/jaarverslag/selectbox-bg.png) no-repeat;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	padding: 0;
	left: 0px;
	background: #fff;
	width: 179px !important;
	height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image:url(../images/icons/select-open.gif);
	background-repeat:no-repeat;
	background-position:right 1px ;
	width: 182px !important;
	height: 21px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background-image:url(../images/icons/select-open.gif);
	background-repeat:no-repeat;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #c0e4f7;
	color: #251c5c;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 1px 4px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
