@CHARSET "UTF-8";

.jquery-selectbox {
	position: absolute;
	height:28px;
	width: 219px;
	z-index:648741;
	float: right;
	display: inline;
	/* margin: 4px 4px 4px 0;  */
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/btn01.jpg);
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */
.jquery-selectbox { float:left;padding-left:12px;text-indent:-2px;z-index:648741;}
}

.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: 26px;
	/* padding: 2px; */
	left: 0px;
	background: #fff;
	width: 200px;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url(../images/arow.jpg);
	width: 27px;
	height: 26px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(../images/arow.jpg);
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #f8be2f;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

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

