.jquery-selectbox {
	position:relative;
	height:27px;
	width:462px;
	z-index:0;
	float:left;
	display:inline;
	font:0.95em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0;
	background:url(img/select-bg.gif) repeat-x;
	color:#000;
}
.jquery-selectbox.selecthover {
	border-color: #afaea7;
	background-color: #fff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 27px;
	padding:0;
	left: 0px;
	background: #fff;
	width: 460px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-bottom:1px solid #eae2db;
	border-left:1px solid #eae2db;
	border-right:1px solid #eae2db;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	-webkit-box-shadow:inset #f0f0f0 0 2px 2px;
	-moz-box-shadow:inset #f0f0f0 0 2px 2px;
	box-shadow:inset #f0f0f0 0 2px 2px;
	behavior:url(./PIE.htc);
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(img/select-btn.gif);
	width: 27px;
	height: 27px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background:url(img/select-l.gif);
	width: 3px;
	height: 27px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #63dced;
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:0.15em 0 0.1em 8px;
}