.jquery-selectbox {
	background:url(/img/selectbox/input_left.png) no-repeat 0 0;
	color:#666;
	display:block;
	font-family:Arial;
	font-size:11px;
	height:18px;
	margin:0;
	padding:0;
	position:relative;
	width:125px;
	z-index:0;
}
.jquery-selectbox.selecthover {
	background:url(/img/selectbox/input_left.png) no-repeat 0 -18px;
}
.sel_col1 .jquery-selectbox {
	width:96px;
}
.sel_col2 .jquery-selectbox {
	width:144px;
}
.jquery-selectbox.selecthover {
	background-color:#F8F8F8;
	border-color:#F7F0ED;
	z-index:700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	display:block;
	height:18px;
	line-height:17px;
	overflow:hidden;
	padding:0 0 0 5px;
	white-space:nowrap;
}
.jquery-selectbox .jquery-selectbox-list {
	background:#F8F8F8;
	border:1px solid #C0BFC1;
	display:none;
	height:220px;
	left:1px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	top:18px;
	width:100px;
	z-index:1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	background:url(/img/selectbox/select_arrow.png) no-repeat 0 0;
	cursor:pointer;
	float:right;
	height:18px;
	margin:0;
	width:18px;
}
.jquery-selectbox.selecthover .jquery-selectbox-moreButton,
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background:url(/img/selectbox/select_arrow.png) no-repeat 0 -18px;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#E8E0ED;
}
.jquery-selectbox .jquery-selectbox-item {
	cursor:default;
	display:block;
	line-height:17px;
	padding:0 0 0 3px;
}
.error .jquery-selectbox .jquery-selectbox-currentItem {
	color:#D00;
	border-color:#D00;
}
