.jquery-selectbox {
	background:none repeat scroll 0 0 #FFFFFF;
        border:1px solid #009BA3;
        color:#000000;
        display:inline;
        float:left;
        font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
        font-size:11px;
        height:19px;
       
        padding:0;
        position:relative;
        width:100px;
        z-index:0;
        margin-left:5px;
}




.jquery-selectbox.selecthover {		
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding-left:5px;
        padding-top:1px;
	white-space: nowrap;
	display: block;
	overflow: hidden;

}

.jquery-selectbox .jquery-selectbox-list {
   
    background:#fff;
        text-align:left;
        left:-1px;
        min-width:146px;
	display: none;
	position: absolute;
	top: 19px;
	
	
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #87ABB9;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/aims/arrow_select.png") no-repeat 50% 70%;
	width: 16px;
	height: 16px;
	cursor: pointer;
}





.jquery-selectbox .jquery-selectbox-item {
       padding-bottom:3px;
        padding-left:5px;
        padding-top:3px;
        height:15px;
	display: block;
	cursor: default;
        cursor:pointer;
        
}

/** ERROR classes **/
form .error .jquery-selectbox {
        
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}



.listelementhover {background:#CFE3E7}