@CHARSET "UTF-8";
.jquery-selectbox-search {
position: relative;
z-index: 0;
font-size: 13px;
width:132px;
margin-top:-9px;
float:left;
margin-left:-35px;
}
.jquery-selectbox-search.selecthover {
border-color: #9F7627;
z-index: 700;
}	
.jquery-selectbox-search .jquery-selectbox-search-currentItem {
padding-right: 3px;
white-space: nowrap;
display: block;
overflow: hidden;
color:#000000;
}

.jquery-selectbox-search .jquery-selectbox-search-list {
display: none;
position: absolute;
top: 18px;
left:-5px;
padding: 2px 2px 2px 5px;
width: 132px;
height:150px;
overflow-x: hidden;
overflow-y: auto;
z-index: 1000;
color:#000000;
background: #ffffff;
border:1px solid #999999;
}
.jquery-selectbox-search .jquery-selectbox-search-moreButton {
float:right;
background: url(../images/select_btn_1.jpg) no-repeat;
width: 15px;
height: 19px;
cursor: pointer;
margin-top:1px;
}
.jquery-selectbox-search .jquery-selectbox-search-moreButton.morebuttonhover {
background: url(../images/select_btn_1.jpg) no-repeat;
width: 15px;
height: 19px;
cursor:pointer;
}

.jquery-selectbox-search .jquery-selectbox-search-item.listelementhover {
color:#29A1C9;
cursor:pointer;
}
.jquery-selectbox-search .jquery-selectbox-search-item {
display: block;
cursor: default;
text-align:left;
padding-right:3px;
}


@media only screen and (min-width:768px) and (max-width:1023px){
.jquery-selectbox-search {
    width: 104px;
}
}
