.form_div *
{
    margin: 0;
    padding: 0;
}
.form_div
{
    width: 220px;
    border: none;
    background: transparent;
    background-image: url(../images/bg.png);
    color: #343f79;
	margin-left: 15px;
}
.form_div h3
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 2px 27px;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    height: 36px;
}
#online
{
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
    text-transform: none !important;
}
.form_div .visit_date, .form_div .nights, .form_div .guests
{
    font-family: Tahoma, Arial, sans-serif;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests
{
    font-family: Arial, sans-serif;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests, .form_div .visit_date, .form_div .nights, .form_div .guests
{
    font-size: 11px;
}
.form_div .form_subtitle
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin: 13px 0 19px 0;
    padding: 0 0 0 28px;
    text-align: left;
    display: inline-block;
    height: 24px;
}
.form_div .fixed_height
{
    height: 103px;
    padding-left: 28px;
}
.form_div .visit_date
{
    margin: 0;
    padding: 0;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #bcccd5;
}
.form_div .select_month
{
    width: 90px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin:0 5px 0 5px;
    padding: 0;
}

.form_div .calendar_link img
{
    position: relative;
    top: 6px;
    border: 1px solid #343f79;
}

.form_div .nights
{
    width: 49px;
    display: inline-block;
    float: left;
    margin: 10px 0 0 0;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 3px 0 0 0;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    margin: 10px 0 15px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 3px 0 0 0;
}
.form_div .button
{
    background: transparent url(../images/button.png) no-repeat scroll right -23px;
    margin: 0 28px 0 28px;
    text-decoration: none !important;
    height: 23px;
    display: block;
    margin-bottom: 3px;
}
.form_div .button span
{
    background: transparent url(../images/button.png) no-repeat scroll 0 0;
    display: block;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #ffffff !important;
    font-size: 12px !important;
    font-family: Arial, sans-serif !important;
    margin-right: 3px;
    padding: 0 7px 0 10px;
}
.form_div .button-hover
{
    background-position: right -115px;
}
.form_div .button-hover span
{
    background-position: 0 -92px;
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
    height: 35px;
    background: #fff url(../images/payment_systems.gif) no-repeat center;
    margin: 19px 8px 0px 8px;
}
.form_div .footer_text
{
    display: block;
    width: 100%;
    height: 12px;
    text-align: center;
    padding: 3px 0px 10px 0px;
    font-size: 9px;
    font-family: Arial, Verdana, sans-serif;
    margin: 0;
}
.form_div .footer_text a
{
    color: #999696;
    text-decoration: none;
    cursor: default;
}
