#bookingexpert {
    overflow: hidden;
    width: 100%;
}

#searchbox {
    position: relative;
    text-align: left;
}

#searchbox .searchboxTitle {
    display: none;
}

#searchbox form {
    padding: 20px;
    margin-bottom: 20px;
}

#searchbox div {
    margin-bottom: 10px;
    overflow: hidden;
}

#searchbox label {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

#searchbox input, #searchbox select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 3px;
}

#searchbox input[name="checkin"], #searchbox input[name="checkout"] {
    background: url(calendar.png) no-repeat 97% center transparent;
}

#searchbox input[type="submit"] {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 30px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

#searchbox .searchboxCredits {
    display: none;
}

#searchbox .searchboxAdd, #searchbox .searchboxArea, #searchbox .webCI {
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin: 10px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

#searchbox .searchboxAdd:before, #searchbox .searchboxArea:before, #searchbox .webCI:before {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 7px 0 20px;
    border-radius: 3px;
}

#searchbox .searchboxAdd:before {
    content: '+';
    line-height: 16px;
    font-size: 20px;
}

#searchbox .searchboxArea:before {
    content: 'x';
    line-height: 14px;
    font-size: 14px !important;
}

#searchbox .webCI:before {
    content: '@';
    line-height: 16px;
    font-size: 12px !important;
}

#ui-datepicker-div {
    font-size: 11px !important;
    z-index: 100003 !important;
}