a.selectBox,a.selectBox:hover {
    color: #444;
    text-decoration: none
}

.selectBox-dropdown {
    position: relative;
    display: inline-block;
    line-height: 1.5em;
    padding: 2px;
    color: #fff;
    border: solid 1px #818181;
    text-decoration: none;
    text-align: left;
    outline: 0;
    cursor: default;
    vertical-align: middle;
    background: #bcbcbc;
    
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
}

.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #222;
    border-top-color: #222
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
    color: #fff
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../images/selectBox-arrow.png) center no-repeat;
    border-left: solid 1px #818181;
}

.selectBox-dropdown-menu {
    position: absolute;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB;
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    overflow: auto
}

.selectBox-inline {
    overflow: auto;
    display: inline-block;
    padding: 5px;
    border: 1px solid #dfdfdf;
    border-top-color: #d6d5d5;
    background-color: #fff;
    color: #2f3032;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.selectBox-inline:focus {
    border-color: #c6c6c6;
    border-top-color: #a9a9a9
}

.selectBox-options,.selectBox-options li,.selectBox-options li a,.selectBox-options li a:link,.selectBox-options li a:hover,.selectBox-options li a:visited {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    text-decoration: none
}

.selectBox-options li a,.selectBox-options li a:link,.selectBox-options li a:hover,.selectBox-options li a:visited {
    line-height: 1.5;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
    font-weight: normal;
    color: #444;
    text-decoration: none;
    background: 6px center no-repeat
}

.selectBox-options li.selectBox-hover a {
    background-color: #EEE
}

.selectBox-options li.selectBox-disabled a {
    color: #888;
    background-color: transparent
}

.selectBox-options li.selectBox-selected a {
    background-color: #c8def4
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: normal;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap
}

.selectBox.selectBox-disabled {
    color: #888!important
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666
}

.selectBox-inline.selectBox-disabled {
    color: #888!important
}

.selectBox-inline.selectBox-disabled .selectBox-options a {
    background-color: transparent!important
}