
.jquery-selectbox {
	position:relative;
	z-index: 0;
	float: left;
	display: inline;
	margin:0 13px 5px 0;
	padding: 0;
	height:27px;
	font-size: 11px;
	color: #777;
	background:url(../images/backgrounds/form-input-small.png) no-repeat;
}

#content-pink .jquery-selectbox {
	background:url(../images/backgrounds/form-select-pink.png) no-repeat;
}

.jquery-selectbox.selecthover {
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem {
	height: 27px;
	line-height:27px;
	padding: 0px 0px 0px 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor:pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 25px;
	left: -1px;
	z-index: 1000;
	border: 1px solid #E6E6E6;
	background:#FAFAFA;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background:url(../images/backgrounds/form-select.png) no-repeat left 10px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {

}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#F0F1F2;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	height:24px;
	line-height:24px;
	cursor: default;
	text-indent:8px;
}

form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}