
.jquery-selectbox {

	font: normal 14px Arial;
	color: #000000;
	
	}
	
.select-1 {

	float: left;
	position: relative; 
	
	}	
	
.select-1 .jquery-selectbox {

	float: left;
	width: 170px !important;
	height: 31px;
	position: relative;
	display: inline;
	background: url("../images/s-bg-1.png") no-repeat 100% 0;
	z-index: 0;
			
	}

.select-1 .jquery-selectbox .jquery-selectbox-moreButton {

	width: 167px;	
	height: 30px;
	position: absolute;
	top: 1px; left: 1px;
	cursor: pointer;
		
	}
	
.select-1 .jquery-selectbox .jquery-selectbox-currentItem {
	
	height: 30px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 7px;
	overflow: hidden;
	
	}

.select-1 .jquery-selectbox .jquery-selectbox-list {

	width: 165px !important;
	max-height: 120px;
	height: expression(this.offsetHeight > 121?"120":"this.offsetHeight");
	display: none;
	position: absolute;
	top: 31px; left: 2px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	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;

	}

	
.select-2 {

	float: right;
	display: inline;
	margin: 0px 9px 0px 0px;
	position: relative; 
	
	}	
	
.select-2 .jquery-selectbox {

	float: left;
	width: 100px !important;
	height: 31px;
	position: relative;
	display: inline;
	background: url("../images/s-bg-2.png") no-repeat 100% 0;
	z-index: 0;
			
	}

.select-2 .jquery-selectbox .jquery-selectbox-moreButton {

	width: 97px;	
	height: 30px;
	position: absolute;
	top: 1px; left: 1px;
	cursor: pointer;
		
	}
	
.select-2 .jquery-selectbox .jquery-selectbox-currentItem {
	
	height: 30px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 7px;
	overflow: hidden;
	
	}

.select-2 .jquery-selectbox .jquery-selectbox-list {

	width: 95px !important;
	max-height: 120px;
	height: expression(this.offsetHeight > 121?"120":"this.offsetHeight");
	display: none;
	position: absolute;
	top: 31px; left: 2px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	overflow: auto;
	z-index: 1000;
	
	}

.select-2 .jquery-selectbox .jquery-selectbox-item.listelementhover {

	background: #316ac5; 
	color: #FFFFFF;
	
	}

.select-2 .jquery-selectbox .jquery-selectbox-item {

	display: block;
	padding: 3px 0px 3px 5px;
	cursor: default;

	}	

