#custom-select-box, #custom-select-box-1 {width: 178px;}



.jquery-selectbox {

	float: left;
	height: 21px;
	width: 178px;
	position: relative;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 12px Arial;
	color: #666666;
	background: url("../images/text-field-bg.gif") no-repeat top left;
	z-index: 0;
		
	}

.jquery-selectbox.selecthover {
	
	background: url("../images/text-field-bg.gif") no-repeat left top;
	z-index: 700;
	
}	

.jquery-selectbox .jquery-selectbox-moreButton {

	width: 17px;
	height: 16px;
	position: absolute;
	top: 2px; left: 158px;
	background: url("../images/select-bg.gif") no-repeat top left;
	cursor: pointer;
	
	}
	
.jquery-selectbox .jquery-selectbox-currentItem {
	
	width: 145px;
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
	
	}

.jquery-selectbox .jquery-selectbox-list {

	width: 100%;
	max-height: 150px;
	/*height: expression(this.offsetHeight > 121?"150":"this.offsetHeight");*/
	display: none;
	position: absolute;
	top: 22px; 	left: 0px;
	padding: 5px 0px 5px 0px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #8B8B8B;
	z-index: 1000;
	
	}


.jquery-selectbox .jquery-selectbox-item.listelementhover {

	padding: 0px 0px 0px 9px !important;
	border-top: 1px solid #8B8B8B;
	border-bottom: 1px solid #8B8B8B;
	
	}

.jquery-selectbox .jquery-selectbox-item {

	float: left;
	display: block;
	width: 100%;
	cursor: default;
	padding: 1px 0px 1px 9px;


	}

