.jquery-selectbox {
	position: relative;
	height: 21px;
	border: 1px solid #d2ad63;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	background-color: #fff;
}

.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("../img/bg-TextFieldFocused.gif");
	z-index: 700;
}

.jquery-selectbox-currentItem {
	padding: 2px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 21px;
	padding: 2px;
	left: -1px;
	background: #fffcdf;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
	border: 1px solid #d2ad63;
}

.jquery-selectbox-moreButton {
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 21px;
	height: 21px;
	cursor: pointer;
	z-index: 0;
}

.morebuttonhover {
	background: url("../images/lay-selectMoreButton.gif");
	z-index: 0;
}

.listelementhover {
	background: #87683d;
	color: #eee;
	z-index: 1;
}

.jquery-selectbox-item {
	display: block;
	cursor: default;
	height: 20px;
	white-space: nowrap;
	z-index: 1;
}

