.customSelect { 
    position: relative;			
    font-size: 14px;
    /*float: right;
    margin-right: 8%;*/
    margin-top: 4%;
}		
.customSelect .selectedValue {
    padding: 5px 10px;
    margin-bottom: 0;
    line-height: 20px;
    color: #333333;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #E1DFE0;
}
.customSelect .selectList {
    z-index: 100;
    position: absolute;
    left: -999em;
    top: -999em;

    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #f0f0f0;
    border: 1px solid #E1DFE0;

}

.customSelect.select-open .selectList {
    left: 0 !important;
    top: auto !important;
}
.customSelect .selectList dl {
    background: #f0f0f0;	
}
.customSelect .selectList dl.defaultScrollbar {
    overflow-x: hidden;
    overflow-y: scroll;	
}
.customSelect dl, .customSelect dd {
    margin: 0;
}
.customSelect dd {
    zoom: 1;
    cursor: pointer;
}
.customSelect .selected {
    color: #333;
    text-decoration: none;
    background-color: #fff;

}
.customSelect .selectList dd.hovered {
    background: #fff;
    color: #333;
}
.customSelect dt {
    /*font-weight: bold;
    font-style: italic;
    padding: 2px 10px 2px 6px;*/
    font-weight: bold;
    font-style: italic;
    padding: 7px 10px 7px 6px;
    text-align: center;
    color: #6F9D07;
}	
.customSelect dd {
    padding: 8px 10px 8px 8px;
} 
.hasJS select.custom {
    position: absolute;
    left: -999em;
}
.customSelect.focused .selectedValue {
    /*box-shadow: 0 0 2px #00aedb;*/
}
.customSelect.disabled .selectedValue {
    border: 1px solid #ccc;
    color: #ccc;
    cursor: default;
}
.customSelect .caret {
    display: inline-block;
    width: 34px;
    height: 27px;
    vertical-align: top;
    /*border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";*/
    background: url(../images/drowpdown.png) no-repeat;

}
.customSelect .selectValueWrap .caret {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
.customSelect .jspPane {
    overflow-x: hidden;
}
.customSelect .jspVerticalBar {
    background: #6F9D07;
    width: 3px;
}
.customSelect .jspHorizontalBar {
    height: 0;
    overflow: hidden;
}
.customSelect .jspTrack {
    background: none;
    right: 5px;
    border-radius: 5px;
}
.customSelect .jspDrag {
    color: #ffffff;    
}
