@CHARSET "UTF-8";
.custom-select-container { float: left; display: inline; margin: 0 25px 0 0; }

.jquery-selectbox {
	position: relative;
	margin: 0 !important;
	display : block;
	text-align:left; 
	line-height: 1.25em !important;
	cursor: pointer;
	border: none !important;
	color: #706867;
	width: 68px !important;
	background-color: transparent !important;
	background: url(../../gr_bg_selectbox01.png) 0 0 no-repeat;
	padding: 3px 0 0 8px;
	height: 20px;
}
	.jquery-selectbox.selecthover {
		border-color: #9F7627;
		background-color: #FFFCDF;
		z-index: 700;
	}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 24px;
	cursor: pointer;
	top: 0;
	left: 0;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
	width: 76px;
	height: 235px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	
}
	.jquery-selectbox .jquery-selectbox-item {
		display: block;
		cursor: default;
		line-height: 2em;
		background-color: #ffffff;
		border: 1px solid #e3e2e1;
		border-width: 0 1px 1px;
		color: #505050;
		padding: 0 0 0 7px;
		cursor: pointer;
	}
	.jquery-selectbox .jquery-selectbox-item.listelementhover {
		color: #701ea5;
	}
	
/* selectbox 02 */
.custom-select-container02 .jquery-selectbox {
	width: 178px !important;
	background: url(../../gr_bg_selectbox02.png) 0 0 no-repeat;
}
	.custom-select-container02 .jquery-selectbox .jquery-selectbox-list,
	.custom-select-container03 .jquery-selectbox .jquery-selectbox-list {
		width: 186px;
		height: 182px;
	}
	
	
/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-bottom: 1px #DDDCDB solid !important;
	height: 18px !important;
}
