.form_div *
{
    margin: 0;
	padding: 0;
}
.form_div
{
	width: 192px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}
.room_form
{
	background-image: url("../images/bg.gif");
	background-position: left top;
}
.form_div h3
{
	font-size: 16px;
	line-height: 24px;
    margin: 0;
    padding: 10px 0 2px 16px;
    text-align: left;
	font-weight: bold;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests
{
	font-family: Arial;
}
.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, .form_div .form_subtitle
{
	font-size: 11px;
}
.form_div .form_subtitle
{
	margin: 5px 0 12px 0;
    padding: 0 0 0 17px;
	text-align: left;
    display: inline-block;
	line-height: 15px;
}
.form_div .fixed_height
{
    height: 100px;
	padding-left: 17px;
}
.form_div .visit_date
{
    margin: 0;
    padding: 0 0 3px 0;
}
.form_div .select_date
{
    width: 38px;
    height: 20px;
    border: 1px solid #bcccd5;
}
.form_div .select_month
{
    width: 88px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin:0 3px 0 3px;
    padding: 0;
}
.form_div .calendar_link img
{
    border: 1px solid #ffffff;
	display: inline;
	vertical-align: bottom;
}

.form_div .nights
{
    width: 47px;
    display: inline-block;
    float: left;
    margin: 11px 0 0 0;
}
.form_div .select_nights
{
    width: 38px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 5px 0 0 0;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    margin: 11px 0 15px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 5px 0 0 0;
}
.form_div .button
{
    margin: 0;
    display: inline-block;
    width: 164px;
	margin-left: 15px;
    height: 23px;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px !important;
    font-family: Verdana, sans-serif !important;
    color: #000 !important;
	padding-bottom: 2px;
}

.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
	height: 35px;
	background: #fff url(../images/payment_systems.gif) no-repeat center;
    margin: 15px 1px 0px;
}
.form_div .footer_text
{
	display: block;
	width: 100%;
	height: 10px;
	text-align: center;
	padding: 2px 0 0 0;
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
}
.form_div .footer_text a
{
	text-decoration: none;
	color: #93a7bf;
	cursor: default;
}
#bottom
{
	background-image: url("../images/bg_bottom.gif");
	height: 4px;
	width: 100%;
	overflow:hidden;
}