.form_div *
{
    margin: 0;
    padding: 0;
    text-align: left;
}

.form_div
{
    width: 185px;
	/*height: 230px;*/
	background: url('../images/bg.png') repeat-x scroll;
}
.form_div h3
{
    font: 15px Arial, sans-serif;
	font-weight: bold;
    color: #000;
    line-height: 20px;
    margin: 0;
    text-align: left;
    padding: 10px 0 0 10px;
}
.form_div .form_subtitle
{
    color: #000;
    font: 13px Arial, sans-serif;
    font-weight: normal;
    line-height: 15px;
    margin: 6px 0 12px 0;
    padding: 0 0 0 10px;
    display: inline-block;
    text-align: left;
}
.form_div .fixed_height
{
    height: 102px;
    padding-left: 10px;
}
.form_div .visit_date
{
    font: 12px Verdana, sans-serif;
    color: #000;
    margin: 0;
    padding: 0 0 4px 0;
}
.form_div .select_date
{
    width: 37px;
    height: 20px;
    border: 1px solid #AEAEAE;
    font-size: 12px;
    vertical-align: middle;
}
.form_div .select_month
{
    width: 87px;
    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: 49px;
    display: inline-block;
    float: left;
    font: 12px Verdana, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
}
.form_div .select_nights
{
    width: 37px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
    font-size: 12px;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    font: 12px Verdana, sans-serif;
    color: #000;
    margin: 10px 0 15px 0;
    padding: 0;
}
.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: 164px;
    margin-left: 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 .footer_text
{
    display: block;
    width: 100%;
    height: 12px;
    text-align: center;
    padding: 10px 0 3px;
    color: #948e5e;
    font: 9px sans-serif, Arial, Verdana;
    margin: 0;
}
.form_div .footer_text a
{
    color: #948e5e;
    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: 21px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    margin-right: 3px;
    padding: 0 7px 0 10px;
}
