.bookings, #bookings {
    background-color: #FBF9F5;
    color: #7C6941;
    padding: 5px;
}

.bookings_head  {
    color: #7c6941;
    font-size: 1.2em;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.bookings_label {
    color: #7c6941;
    font-size: 1em;
    font-weight: normal;
    font-family: Georgia,"Times New Roman",Times,serif;
    border-bottom: 1px solid #EEE7D6;
}

.bookings_label_med {
    color: #7c6941;
    font-size: 0.8em;
    font-weight: normal;
    font-family: Georgia,"Times New Roman",Times,serif;
}

#destination {
    width: 165px;
}

#bookings_submit {
    background-color: #8E7F5B;
    color: #fff;
    border: 1px solid #523C19;
}
