.form_div *
{
    margin: 0;
	padding: 0;
}

.form_div
{
	width: 200px;
        background: #25476C;
	border: 1px solid #A2C8ED;
}
.form_div h3
{
    font: 20px Vedrana, sans-serif;
    color: #A2C8ED;
    line-height: 20px;
    margin: 0;
    padding: 10px 20px 10px 20px;
    text-align: center;
}
.form_div .form_subtitle
{
	color: #A2C8ED;
	font: 11px Verdana, sans-serif;
	margin: 6px 0 12px 0;
	text-align: center;
width: 100%;
    display: inline-block;
}
.form_div .fixed_height
{
    height: 102px;
    margin-left: 15px;	
    margin-top: 10px;    
}
.form_div .visit_date
{
    font: 11px Verdana, sans-serif;
    color: #A2C8ED;
    margin: 0;
    padding: 0 0 1px 0;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    font-size: 12px;
}
.form_div .select_month
{
    width: 101px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin:0 5px 0 8px;
    font-size: 12px;
    padding: 0;
}

.form_div .calendar_link img
{
	position: relative;
	top: 5px;
    border: none;
	display: inline;
}

.form_div .nights
{
    width: 52px;
    display: inline-block;
    float: left;
    font: 11px Verdana, sans-serif;
    color: #A2C8ED;
    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: #A2C8ED;
    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;
    
    margin-left: 30px;
    
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-family: Arial, Verdana, sans-serif !important;
    color: #000 !important;
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
	width: 100%;
	height: 35px;
	background: #fff url(../images/payment_systems.gif) no-repeat;
    margin: 20px 0 0 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;
	background-color: #25476C;
}
.form_div .footer_text a
{
	font: 9px sans-serif, Arial, Verdana;
	color: #AFB4D2;
        text-decoration: none;
        cursor: default;
}
