
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	selectbox
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.jquery-selectbox {
	position: relative;
	height: 16px;
	width: 67px!important;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0;
	color: #444;
	padding: 0;
	background-image: url("bg-select.jpg");
	font-size:90%;
	float:left
	
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("bg-select.jpg");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	height:17px; 
	line-height:17px;

	
}

.jquery-selectbox .jquery-selectbox-currentItem:hover{
	color:#000;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	left: 3pxpx;
	background: #fff;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #666666;
	min-height:20px;
	width:64px!important;
	
}
.jquery-selectbox .jquery-selectbox-moreButton {
	
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	background: url("bt-select.gif");
	width: 15px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("bt-select.gif");
	opacity: 0.7;
	filter: alpha(opacity=70)
	
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #bd325b;
	color: #fff;
	padding:3px
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:3px
}


form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("bg-TextFieldError.gif");
}