.form_div *
{
  margin: 0;
	padding: 0;
  text-align: left;
}
.form_div
{
	width: 193px;
  border: 1px solid #006fbb;
	background-color: #006fbb;
	background-image: url('../images/bg.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #ffffff;
}
.form_div h3
{
  font-family: Arial, sans-serif;
  line-height: 20px;
  font-size: 20px ;
  margin: 0;
  padding: 10px 0 4px 16px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests, .form_div .form_subtitle
{
	font-family: Arial, sans-serif;
}
.form_div .visit_date, .form_div .nights, .form_div .guests
{
	font-family: Verdana, sans-serif;
  color: #fff !important;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests, .form_div .visit_date, .form_div .nights, .form_div .guests
{
    font-size: 11px;
}
.form_div .form_subtitle
{
  font-size: 12px;
  margin: 6px 0 12px 0;
  padding: 0 0 0 17px;
  text-align: left;
  display: inline-block;
}
.form_div .fixed_height
{
    height: 102px;
    padding-left: 17px;
}
.form_div .visit_date
{
    margin: 0;
}
.form_div .select_date
{
    width: 38px;
    height: 20px;
    border: 1px solid #AEAEAE;
}
.form_div .select_month
{
    width: 88px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin:0 5px 0 5px;
    padding: 0;
}

.form_div .calendar_link img
{
	position: relative;
	top: 6px;
    border: 1px solid #a4daff;
	display: inline;
}

.form_div .nights
{
    width: 49px;
    display: inline-block;
    float: left;
    margin: 10px 0 0 0;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    margin: 10px 0 15px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
}
.button
{
	width: 164px;
	margin-left: 12px;
	height: 23px;
	line-height: 20px;
  padding-bottom: 3px;
	text-align: center;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	cursor: pointer;
	margin-left: 17px;
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
	width: 100%;
	height: 35px;
	background: #fff url(/tl_assets/images/payment_systems.gif) no-repeat center;
    margin: 20px 0 0 0;
}
.form_div .footer_text
{
	display: block;
	width: 100%;
	height: 12px;
	text-align: center;
	padding: 3px 0;
	font-size: 9px !important;
	font-family: Arial, sans-serif;
	margin: 0;
}
.form_div .footer_text a
{
	text-decoration: none;
	color: #98d7ff;
	cursor: default;
  font-size: 9px !important;
}