@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 22px;
	border: 1px solid #ececec;
	z-index: 100;
	float: left;
	display: inline;
	margin: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	background-color: white;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 7px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	height: 22px;
	line-height: 16px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 23px;
	padding: 2px;
	left: -1px;
	background: white;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #ececec;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: -1px;
	right: 0px;
	background: url('../gfx/sprites.png') no-repeat -527px -162px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url('../gfx/sprites.png') no-repeat -527px -162px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #f6f6f6;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	height: 22px;
	line-height: 16px;
	padding: 0 5px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
