.form_div *
{
    margin: 0;
    padding: 0;
    text-align: left;
}
.form_div
{
    border: 1px solid #edd396;
    width: 263px;
    color: #635942;
    background-color: #e8d2a1;
    font-family: Arial, sans-serif;
}
.form_div h3
{
    font-family: Georgia;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #8d080c;
    padding: 15px 0 2px 18px;
}
.form_div .form_subtitle
{
    margin: 8px 0 14px 19px;
    text-align: left;
    display: inline-block;
}
.form_div  .form_subtitle, .form_div .visit_date, .form_div .nights_and_guests
{
    font-size: 12px;
}
.form_div .visit_date, .form_div .nights_and_guests
{
    font-weight: bold;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests
{
    font-size: 11px;
    font-weight: normal;
}
.form_div .fixed_height
{
    height: 62px;
}
.form_div .fixed_height
{
    padding-left: 19px;
}
.form_div .visit_date
{
    padding: 0 0 2px 0;
    width: 85px;
    float: left;
}
.form_div .select_date
{
    width: 38px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin-left: 7px;
}
.form_div .select_month
{
    width: 98px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 0 0 0 1px;
    padding: 0;
}
.form_div .calendar_link img
{
    border: none;
    display: inline;
    vertical-align: bottom;
}
#visit_date_text, #nights_text
{
    display: inline-block;
    width: 37px;
}
.nights_and_guests
{
    display: inline-block;
    width: 107px;
    float: left;
    text-align: right;
    padding-right: 14px;
}
.form_div .select_nights, .form_div .select_guests
{
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 11px 0 0 7px;
}
.form_div .select_nights, .form_div .select_guests
{
    width: 38px;
}
#calendar_image_container
{
    float: left;
}
#button_container
{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 65px;
}
.form_div .button
{
    margin: 0;
    display: inline-block;
    width: 145px;
    height: 25px;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px !important;
    font-family: Verdana, sans-serif !important;
    color: #000 !important;
    padding-bottom: 3px;
    _padding-bottom: 2px; /* IE 6 fix */
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
    padding: 0 6px;
    margin-top: 13px;
}
.form_div .payment_systems div
{
    width: 100%;
    height: 26px;
    background: transparent url(../images/payment_systems.png) no-repeat center;
}
.form_div .footer_text
{
    background-position: bottom left;
    display: block;
    width: 100%;
    height: 12px;
    text-align: center;
    padding: 3px 0 4px 0;
    font-size: 9px;
    font-family: Arial, sans-serif;
    margin: 0;
}
.form_div .footer_text a
{
    text-decoration: none;
    color: #ba6d56;
    cursor: default;
}
.book-button
{
    display: block;
    width: 182px;
    height: 22px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    background-color: #9a1118;
}
