@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	border-right: 1px solid #c9c9c9;
	background: url('../images/contactInputBg.jpg') 0 -46px no-repeat;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0 4px 8px 0;
	height:27px;
	width:262px !important;
	border:0;
	font-size:1.5em;
	line-height:1em;
	color:#666;
	padding:10px 18px;	
	}

.jquery-selectbox.selecthover {
	border-color: #c9c9c9;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 6px 0px 0px 0;
	margin-left:5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 39px;
	padding: 2px;
	left: 7px;
	background: #F3F3F3;
	width: 282px !important;
	height: 140px !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #c9c9c9;
	padding:0 0 10px 0;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 6px;
	right: 4px;
	background: url("../images/lay-selectMoreButton.gif") top right no-repeat;
	width:100%;
	height: 34px;
	cursor: pointer;
	margin-top:1px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #FFF;
	color: #333;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	margin:6px 0;
	padding:6px 15px;
	cursor:pointer;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}
