.form_div *
{
    margin: 0;
    padding: 0;
}

.form_div
{
    width: 195px;
    /*background-color: #034689;*/
    background-color: rgba(3,70,137,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#99034689, endColorstr=#99034689);

}
.form_div h3
{
    font: 20px Arial, Vedrana, sans-serif;
    color: #fff;
    padding: 6px 0 8px 0;
    text-align: left;
    font-weight: bold;
    margin: 0 0 0 15px;
}
.form_div .form_subtitle
{
    color: #fff;
    font: 12px Arial, Tahoma, Verdana, sans-serif;
    line-height: 15px;
    margin: 0 0 8px 16px;
    text-align: left;
    display: inline-block;
}
.form_div .fixed_height
{
    height: 96px;
    padding-left: 15px;
}
.form_div .visit_date
{
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 0 0 1px 0;
    padding: 0 0 1px 0;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    font: 11px Verdana;
    vertical-align: middle;
}
.form_div .select_month
{
    width: 88px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin:0 5px 0 8px;
    padding: 0;
    font: 11px Arial;
    vertical-align: middle;
}
.calendar_link
{
    display: inline-block;
    vertical-align: middle;
}

.form_div .calendar_link img
{
    position: relative;
    border: none;
    display: inline;
    vertical-align: middle;
}

.form_div .nights
{
    width: 52px;
    display: inline-block;
    float: left;
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 10px 0 4px 0;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 4px 0 0 0;
    font: 11px Verdana;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 10px 0 15px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 4px 0 0 0;

    font: 11px Verdana;
}
.form_div .button
{
    margin: 0 0 0 13px;
    display: inline-block;
    width: 164px;
    height: 23px;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px !important;
    font-family: Verdana, sans-serif !important;
    padding-bottom: 3px;
    color: #000;
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
    width: 193px;
    height: 35px;
    background: #fff url(../images/payment_systems.gif) no-repeat center;
    margin: 10px auto 0 auto;
}
.form_div .footer_text
{
    display: block;
    width: 100%;
    height: 12px;
    text-align: center;
    padding: 3px 0;
    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: 24px;
}

.book_button
{
	background: transparent url(../images/book-button.png) no-repeat scroll right -24px;
	text-decoration: none !important;
	display: block;
	width: 147px;
}

.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: 12px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	margin-right: 4px;
}
