.form_div *
{
    margin: 0;
	padding: 0;
}
.form_div
{
	width: 253px;
	background-image: url("../images/bg.png");
	color: #ffffff;
	font-family: Arial, sans-serif;
    margin-top: 6px;
}
.form_div h3
{
	font-size: 18px;
    margin: 0;
    padding: 11px 0 2px 14px;
    text-align: left;
	font-weight: bold;
}
.form_div .visit_date, .form_div .nights, .form_div .guests,
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests
{
	font-size: 11px;
}
.form_div .form_subtitle
{
	display: inline-block;
	font-size: 12px;
	margin: 6px 0 13px 0;
    padding: 0 0 0 15px;
	text-align: left;
	color: #7ec1ff;
	height: 30px;
}
.form_div .fixed_height
{
    height: 94px;
	padding-left: 15px;
}
.form_div .visit_date
{
    margin: 0;
    padding: 0 0 2px 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
{
    border: 1px solid #a4daff;
	display: inline;
	vertical-align: bottom;
}

.form_div .nights
{
    width: 49px;
    display: inline-block;
    float: left;
    margin: 11px 0 0 0;
    float: left;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 2px 0 0 0;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    margin: 11px 0 15px 0;
    padding: 0;
    float: left;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 2px 0 0 0;
}
.form_div .button
{
    width: 104px;
	margin-left: 10px;
	margin-top: 25px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-family: Verdana, sans-serif !important;
    color: #000 !important;
	padding-bottom: 1px;
	/*_padding-bottom: 2px; IE 6 fix */
}
.form_div input
{
    border: 0;
    border: none !important;

}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
	width: 100%;
	height: 35px;
	background-image: url(../images/payment_systems.png);
	background-repeat: no-repeat;
    margin: 11px 0 0 0;
    background-position: 4px 0;
}
.form_div .footer_text
{
	display: block;
	width: 100%;
	height: 12px;
	text-align: center;
	padding: 2px 0;
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
}
.form_div .footer_text a
{
	text-decoration: none;
	color: #98d7ff;
	cursor: default;
}