.selectBox-dropdown,

input[type=text],  input[type=password],

textarea {

    background: #fff;

    border: none;

    color: #4c4c4c;

    font-size: 16px;

    box-shadow: 1px 0 3px rgba(0, 0, 0, .1);

    position: relative;

    font-family: DINPro-Light;

    outline: 0

}



.selectBox-dropdown {

    padding: 5px 31px 5px 10px;

    width: 100%!important;

    text-align: left;

    display: block!important;

    overflow-y: auto;

    overflow-x: hidden;

    cursor: pointer

}



input[type=text],  input[type=password],

textarea {

    padding: 10px;

    height: 42px;

    width: 100%

}



textarea {

    height: inherit

}



.selectBox-dropdown.selectBox-menuShowing-bottom {

    -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-menuShowing-top {

    -moz-border-radius-topleft: 0;

    -moz-border-radius-topright: 0;

    -webkit-border-top-left-radius: 0;

    -webkit-border-top-right-radius: 0;

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



.selectBox-dropdown .selectBox-label {

    padding: 2px 0;

    display: inline-block;

    white-space: nowrap;

    overflow: hidden;

    width: 100%!important

}



.selectBox-dropdown .selectBox-arrow {

    position: absolute;

    top: 0;

    right: 0;

    width: 23px;

    height: 100%;

   background: url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat #777778; /**/

    text-align: center;

    line-height: 42px;

    color: #fff

}



.selectBox-dropdown-menu {

    position: absolute;

    z-index: 99999;

    max-height: 200px;

    min-height: 1em;

    border: 1px solid #BBB;

    background: #FFF;

    overflow: auto;

    -webkit-overflow-scrolling: touch

}



.selectBox-inline {

    outline: 0;

    background: #FFF;

    display: inline-block;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    overflow: auto

}



.selectBox-options,

.selectBox-options LI,

.selectBox-options LI A {

    list-style: none;

    display: block;

    cursor: default;

    padding: 0;

    margin: 0

}



.selectBox-options.selectBox-options-top {

    border-bottom: none;

    margin-top: 1px;

    -moz-border-radius-topleft: 5px;

    -moz-border-radius-topright: 5px;

    -webkit-border-top-left-radius: 5px;

    -webkit-border-top-right-radius: 5px;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px

}



.selectBox-options.selectBox-options-bottom {

    border-top: none;

    -moz-border-radius-bottomleft: 5px;

    -moz-border-radius-bottomright: 5px;

    -webkit-border-bottom-left-radius: 5px;

    -webkit-border-bottom-right-radius: 5px;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px

}



.selectBox-options li a {

    line-height: 36px;

    padding: 0 5px;

    white-space: nowrap;

    overflow: hidden;

    cursor: pointer

}



.selectBox-options LI.selectBox-hover a {

    background-color: #1e90ff;

    color: #fff;

    text-decoration: none

}



.selectBox-options LI.selectBox-disabled A {

    color: #000;

    background-color: #fff

}



.selectBox-options LI.selectBox-selected A {

    background-color: #1e90ff;

    color: #fff

}



.selectBox-options .selectBox-optgroup {

    color: #666;

    background: #EEE;

    font-weight: 700;

    line-height: 1.5;

    padding: 0 .3em;

    white-space: nowrap

}



.selectBox-inline.selectBox-disabled,

.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 .selectBox-options A {

    background-color: transparent!important

}



li.select_placeholder {

    display: none

}