.booking-list
{
    color: #cd1d31;
}

.booking-list span
{
    color: #1e4389;
}

.form_div *
{
    margin: 0;
    padding: 0;
    text-align: left;
}

.form_div
{
    width: 283px;
	height: 300px;
	background: url(../images/background.jpg) no-repeat;
}
.form_div .form_subtitle
{
    color: #fee0c6;
    font: 14px Arial, sans-serif;
    line-height: 15px;
    margin: 105px 0 7px 0;
    padding: 0 0 0 10px;
    display: inline-block;
    text-align: left;
}
.form_div .fixed_height
{
    height: 80px;
    padding-left: 10px;
    margin-top: 5px;
}
.form_div .visit_date
{
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 0;
    padding: 0 0 4px 0;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    font-size: 12px;
    vertical-align: middle;
}
.form_div .select_month
{
    width: 101px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin:0 5px 0 8px;
    font-size: 12px;
    padding: 0;
    vertical-align: middle;
}

.form_div .calendar_link img
{
    vertical-align: middle;
    border: none;
}

.form_div .nights
{
    width: 52px;
    display: inline-block;
    float: left;
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 10px 0 0 0;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
    font-size: 12px;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 10px 0 15px 0;
    padding: 0;
	float: left;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
    font-size: 12px;
}
.form_div .button
{
    margin: 0;
    display: inline-block;
    width: 140px;
    margin: 23px 0 0 10px;
    height: 25px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-family: Arial, 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
{
    height: 35px;
    background: #fff url(../images/payment_systems.gif) no-repeat center;
    margin: 20px 1px 0;
}
.form_div .footer_text
{
    display: block;
    width: 100%;
    height: 12px;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    font: 9px sans-serif, Arial, Verdana;
    margin: 0;
}
.form_div .footer_text a
{
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.book-button, .book-button span
{
    height: 23px;
}

.book-button
{
    background: transparent url(../images/book-button.png) no-repeat scroll right -23px;
    text-decoration: none !important;
    display: block;
    width: 130px;
}

.book-button span
{
    background: transparent url(../images/book-button.png) no-repeat scroll 0 0;
    display: block;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    margin-right: 3px;
    padding: 0 7px 0 10px;
}
