@CHARSET "UTF-8";
.jquery-selectbox-state {
position: relative;
z-index: 0;
font:normal 14px Helvetica, Arial, sans-serif;
width:128px;
height: 16px;
float:left;
top:-10px;
padding:2px;
background:#9cdef1;
border:0px none;
}
.jquery-selectbox-state.selecthover {
border-color: #9F7627;
z-index: 700;
}	
.jquery-selectbox-state .jquery-selectbox-state-currentItem {
white-space: nowrap;
display: block;
overflow: hidden;
color:#000000;
text-align:left;
padding-left:2px;
}

.jquery-selectbox-state .jquery-selectbox-state-list {
display: none;
position: absolute;
top: 20px;
left:0px;
padding: 0px 0px 2px 0px;
background: #9cdef1;
width: 132px;
height:160px;
overflow-x: hidden;
overflow-y: auto;
z-index: 1000;
color:#000000;
}
.jquery-selectbox-state .jquery-selectbox-state-moreButton {
float:right;
background: url(../images/select_btn.jpg) no-repeat left top;
width: 27px;
height: 13px;
cursor: pointer;
margin-top:2px;

}
.jquery-selectbox-state .jquery-selectbox-state-moreButton.morebuttonhover {
background: url(../images/select_btn.jpg) no-repeat left top;
width: 27px;
height: 13px;
margin-top:2px;
cursor:pointer;
}

.jquery-selectbox-state .jquery-selectbox-state-item.listelementhover {
color: #6A6A6A;
cursor:pointer;
/*border:1px solid #81ccd6;*/
}
.jquery-selectbox-state .jquery-selectbox-state-item {
display: block;
cursor: default;
text-align:left;
padding-left:5px;
line-height:18px;
border-top:1px solid #ffffff;
}

