@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	z-index: 0;
	float: left;
	display: inline;
  vertical-align:middle;
	height:28px;
  *height:27px !important;
  width:110px !important;
  background-color:#f0f0f0;
  border-right:2px solid #b6b5b5;
  border-bottom:2px solid #b6b5b5;
  border-top:2px solid #b6b5b5;
  border-left:none;
}
.jquery-selectbox.selecthover {
	background-color: #ffffff;
	z-index: 2000;
  
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 4px;
	white-space: nowrap;
	display: block;
  text-align:left;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
  color:#000000;
	position: absolute;
	top: 27px;
	padding: 2px;
	left: -2px;
	background: #ffffff;
  width:104px !important;
  border: 2px solid #b6b5b5;
  text-align:left;
	z-index: 1305;
  padding:3px
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
  position:absolute;
	background: url("../images/bg/select/lay-selectMoreButton.gif") no-repeat right top;
	width: 105px;
	height: 16px;
  margin:4px 4px 0 0;
	cursor: pointer;
  *right:0px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/bg/select/lay-selectMoreButtonHover.gif") no-repeat right top;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #dcdcdc;

}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

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