
.jquery-selectbox {

	font: normal 11px Arial; 
	color: #323232;
	
	}
	

.select-1 {float: left; position: relative;}	
	
.select-1 .jquery-selectbox {

	float: left;
	width: 213px !important;
	height: 22px;
	position: relative;
	display: inline;
	background: url("../images/sbg-1.png") no-repeat 0 0;
	z-index: 0;
			
	}

.select-1 .jquery-selectbox .jquery-selectbox-moreButton {

	width: 211px;	
	height: 20px;
	position: absolute;
	top: 1px; left: 1px;
	cursor: pointer;
		
	}
	
.select-1 .jquery-selectbox .jquery-selectbox-currentItem {
	
	height: 20px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 5px;
	overflow: hidden;
	
	}

.select-1 .jquery-selectbox .jquery-selectbox-list {

	width: 211px !important;
	max-height: 120px;
	height: expression(this.offsetHeight > 121?"120":"this.offsetHeight");
	display: none;
	position: absolute;
	top: 22px; left: 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	overflow: auto;
	z-index: 1000;
	
	}

.select-1 .jquery-selectbox .jquery-selectbox-item.listelementhover {

	background: #316ac5; 
	color: #FFFFFF;
	
	}

.select-1 .jquery-selectbox .jquery-selectbox-item {

	display: block;
	padding: 3px 0px 3px 5px;
	cursor: default;

	}

	
	

