@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	z-index: 0;
	float: left;
	display: inline;
	color : #4c5e6c;
	font-size : 11px;
	padding: 1px 3px 2px 3px;
	height : 22px;
	/*margin-bottom : 6px;*/
	margin-right : 2px;
        background: transparent url('../../../images/input2.png') no-repeat;
        line-height: 22px;
	
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
        width: 118px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	padding: 6px;
	left: -3px;
	background: #ffffff;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #B4CBDD;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: transparent url("../../../images/select_arrow.jpg") no-repeat 0px 10px;
	width: 12px;
	line-height: 16px;
	height : 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: transparent url("../../../images/select_arrow.jpg") no-repeat 0px 10px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #E7F1FA;
	color: #404040;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
