.form_div *
{
    margin: 0;
	padding: 0;
}
.form_div
{
	width: 531px;
	color: #ffffff;
	background-image: url("../images/bg.png");
	font-family: Arial, sans-serif;
	margin-top: 15px;
	margin-bottom: 35px;
}
.form_div h3
{
	text-transform: uppercase;
	color: #f9f1a0;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0 10px 15px;
}
.form_div .visit_date, .form_div .nights, .form_div .guests
{
	font-family: Verdana;
	font-size: 11px;
	float: left;
}
.form_div .select_nights, .form_div .select_guests, .form_div .select_date, .form_div .select_month
{
	font-family: Arial;
}
.form_div .fixed_height
{
    height: 29px;
	display: inline-block;
	text-align: left;
	padding-left: 16px;
}
.form_div .visit_date
{
    margin: 0;
    padding: 0 0 2px 0;
	display: inline-block;
	float: left;
	margin-right: 13px;
}
.form_div .select_date
{
    width: 44px;
    height: 20px;
    border: 1px solid #bcccd5;
	margin-left: 6px;
}
.form_div .select_month
{
    width: 88px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 0 3px 0 5px;
    padding: 0;
}
.form_div .calendar_link img
{
    border: 1px solid #a4daff;
	display: inline;
	vertical-align: bottom;
}
.form_div .nights
{
    width: 95px;
    display: inline-block;
    float: left;
}
.form_div .select_nights, .form_div .select_guests, .form_div .select_date, .form_div .select_month
{
	margin-top: 4px;
}
.form_div .select_nights
{
    width: 44px;
    height: 20px;
    border: 1px solid #bcccd5;
}
.form_div .guests
{
    width: 83px;
    display: inline-block;
    margin: 0 0 15px 0;
}
.form_div .select_guests
{
    width: 38px;
    height: 20px;
    border: 1px solid #bcccd5;
	margin-left: 1px;
}
.form_div .button
{
	position: relative;
    top: 1px;
    display: inline-block;
    width: 80px;
	margin-left: 8px;
    height: 25px;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px !important;
    font-family: Verdana, sans-serif !important;
    color: #000000 !important;
	padding-bottom: 2px;
	_padding-bottom: 2px; /* IE 6 fix */
	float: left;
}
.form_div .footer_text
{
	display: block;
	width: 100%;
	height: 12px;
	padding: 1px 0 5px 0;
	font-size: 9px;
	font-family: Arial, sans-serif;
	text-align: right;
}
.form_div .footer_text a
{
	margin-right: 21px;
	text-decoration: none;
	color: #94b5e5;
	cursor: default;
}

.bageto_sub_title
{
	color: #575229;
	font-size: 14px;
	font-weight: bold;
}

.tl_button
{
	float: right;
	width: 140px;
	height: 23px;
	background: #286aca url("../images/button.gif") no-repeat;
	color: #fff;
	text-align: center;
	line-height: 23px;
	text-decoration: none !important;
	border: 0px none !important;
	margin-bottom: 10px;
}
