@CHARSET "UTF-8";

.dvselect{
	position: absolute;
	top: 33px;
	left: 69px;
}
.jquery-selectbox {
	position: relative;
	height: 17px;
	background-color: transparent;
	z-index: 0;	
	float: left; 
	display: inline; 
	font-family: Arial;
	font-size: 11px; color: #000;
	font-style: normal;	
	line-height: normal;
	
	text-align: left;
}
*html .jquery-selectbox { float: none; }
*:first-child+html  .jquery-selectbox { float: none; }

.jquery-selectbox.selecthover {
	background-color: transparent;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 17px;	
	left: 0px;
	
	line-height: 24px;
	
	padding: 0;
	background: transparent;
	width: 100px;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../images/select_but.jpg");
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/select_but_hover.jpg");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #999;
	color: #fff;
}
*html .jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #999;
	color: #fff;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	background: #fff;
	width: 118px;
}


/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
