div#reservationBody {
    padding: 40px;
    width: 630px;
    margin: -1.5em 0 0 -5em;
    background-color: #E8E2C8;
    color: #414141;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

p.note {
    padding: 0;
    margin: 0;
}

#reservationBody h1 {
    margin: 0 0 1em;
    padding: 0;
    color: #414141;
    font-weight: bold;
}

#reservationForm fieldset {
    margin: 1.5em 0;
}

#reservationForm legend {
    font-size: 1.2em;
    text-transform: uppercase;
    border-bottom: 1px solid #414141;
}

.checkoutdate, .checkindate {
    cursor: pointer;
}

.has-error {
    font-style: italic;
    color: red;
    font-weight: normal;
}
