@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 28px;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0;
	background-image: url("../images/bg-TextField.png");
}
.jquery-selectbox.selecthover {
	background-image: url("../images/bg-TextField.png");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 7px;
	font-size:12px;
	line-height:20px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 27px;
	left: 3px;
	padding:4px;
	background: #fff;
	width: 100px;
	height:auto !important;
	overflow:hidden;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: -3px;
	float: right;
	background: url("../images/lay-selectMoreButton.png");
	width: 27px;
	height: 28px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButtonHover.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #00cccc;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	font-size:12px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextField.png");
}

