.jquery-selectbox {
	position:relative;
	height:33px;
	width:90px;
	float:left;
	display:inline;
	padding:0;
	background:url(img/select_bg.gif) repeat-x;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 6px 0px 0px 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color:#967645;
	font:13px Tahoma;
	cursor:pointer;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 25px;
	padding:2px 0 0;
	left: 10px;
	background: #fff;
	width: 264px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #a5acb2;
	border-right:1px solid #a5acb2;
	border-bottom:1px solid #a5acb2;
	color:#967645;
	font:13px Tahoma;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(img/select_btn.gif);
	width: 20px;
	height: 33px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background: url(img/select_l.gif);
	width: 18px;
	height: 33px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ececec;
	color: #363636;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;
	padding:1px 0 2px 5px;
	padding-right:10px;
}
.type2 .jquery-selectbox .jquery-selectbox-moreButton {
	background: url(img/select1_btn.gif);
}
.type2 .jquery-selectbox .jquery-selectbox-leftCorner {
	background: url(img/select1_l.gif);
}
.tab .jquery-selectbox {
	position:relative;
	height:30px;
	width:195px;
	float:left;
	display:inline;
	padding:0;
	background:url(img/select2_bg.gif) repeat-x;
}
.tab .jquery-selectbox .jquery-selectbox-currentItem {
	padding: 6px 0px 0px 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color:#967645;
	font:13px Tahoma;
}
.tab .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 25px;
	padding:2px 0 0;
	left: 10px;
	background: #fff;
	width: 264px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #ececeb;
	border-right:1px solid #ececeb;
	border-bottom:1px solid #ececeb;
	color:#967645;
	font:13px Tahoma;
}
.tab .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(img/select2_btn.gif);
	width: 26px;
	height: 30px;
	cursor: pointer;
}
.tab .jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background: url(img/select2_l.gif);
	width: 15px;
	height: 30px;
	cursor: pointer;
}
.tab .jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ececec;
	color: #363636;
}
.tab .jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:1px 0 2px 5px;
}