@CHARSET "UTF-8";
select.selectsize {
	width : 86px;
}
.jquery-selectbox {
	position: relative;
	z-index: 0;
	float: left;
	display: inline;
	padding-top : 2px;
	padding-right : 4px;
	padding-bottom : 6px;
	font-size: 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	
	background-image: url("../img/bg-TextField.gif");
}
.jquery-selectbox.selecthover {

	background-image: url("../img/bg-TextField.gif");
	z-index: 700;
}	
.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: #fffcdf;
	width: 100px;
	height: 120px;
	overflow : auto;
	z-index: 1000;
	border: 1px solid;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/lay-selectMoreButton.gif");
	margin-top : 3px;
	margin-left : 5px;
	width: 16px;
	height: 13px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #9FBD21;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}
