@CHARSET "UTF-8";

.jquery-selectbox2 {
	position: relative;
	height: 17px;
	width: 55px;
	z-index: 0;
	background-color: #eaeaea;
	display: inline;
	margin: 0;
	color: #3b3b3b;
	padding: 3px 0 0 0;
	font:10px Arial, Helvetica, sans-serif; text-transform:uppercase;
	background-image: url("../images/bg-TextField.gif");
	float:right;
}
.jquery-selectbox2.selecthover {
	border-color: #fff;
	background-color: #eaeaea;
	/*background-image: url("../images/bg-TextFieldFocused.gif");*/
	z-index: 700;
}	
.jquery-selectbox2 .jquery-selectbox2-currentItem {
	padding: 1px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox2 .jquery-selectbox2-list {
	display: none;
	position: absolute;
	top: 20px;
	padding: 2px;
	left: 0px;
	background: #eaeaea;
	width: 55px;
	height: 55px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #fff;
}
.jquery-selectbox2 .jquery-selectbox2-moreButton {
	position: absolute;
	top: 0px;
	right: 3px;
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox2 .jquery-selectbox2-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox2 .jquery-selectbox2-item.listelementhover {
	background: #7a7b7d;
	color: #000;
}
.jquery-selectbox2 .jquery-selectbox2-item {
	display: block;
	height: 14px;
	cursor: default;
	
}

/** ERROR classes **/
form .error .jquery-selectbox2 {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}
