/* Dropdown control */
.selectBox-dropdown {
    position: relative;
    border: solid 1px #bbb;
    text-decoration: none;
    outline: none;
    display: inline-block;
    cursor: default;
    margin-top: 7px;
    height: 22px;
    padding: 5px;
    background: #fff;
    width: 100px!important;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown .selectBox-label {
    padding: 0px 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right:5px;
    width: 15px;
    height: 100%;
    background: url(../img/sel.png) center center no-repeat;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 9999;
    max-height: 200px;
    /*font-family: 'ComfortaaRegular';*/
    background: #CCC;
    padding: 5px 10px 5px 5px;
    border: solid 1px #636363;
    font-size: 15px;
    color: #666;
    -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;
}


/* Inline control */
.selectBox-inline {
    outline: none;
    display: inline-block;
    overflow: auto;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-options LI.selectBox-hover A {
    background: #CCC;
    color: #fff;
}

.selectBox-options LI.selectBox-disabled A {
    color: #ff8e43;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    color: #fff;
    background: #222;
}

.selectBox-options .selectBox-optgroup {
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

div.cidade .selectBox-dropdown {width: 220px!important}
div.estado .selectBox-dropdown {width: 240px!important}
div.frm-contato p .selectBox-dropdown {width: 315px!important;margin:0 15px;padding-right:25px; }

div.dados p .selectBox-dropdown {width: 476px!important;margin: 0 69px 0 15px;border-color: #ddd;padding: 5px 20px 5px 5px; }

div.reservado .selectBox-dropdown{width: 250px!important; float: right;margin-top: 0px}