@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	border: 1px solid #d5d6d6;
	z-index: 0;
	float: left;
	height:29px;
	display: inline;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#e1e1e1
	
	}
.jquery-selectbox.selecthover {
	border-color: #d8d8d8;
	background-color:#e1e1e1;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position:relative;
	top:8px;
	color:#000 !important;
	padding:0 2px
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	z-index:100;
	background: #fff;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #d8d8d8;
}

.jquery-selectbox .jquery-selectbox-list span {z-index:100;white-space:nowrap}

.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../_img/selectboxOpen.jpg");
	width: 29px;
	height: 29px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../_img/selectboxOpen.jpg");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #e1e1e1;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
