.form_div *
{
  margin: 0;
    padding: 0;
}
.form_div
{
    width: 203px;
  border: none;
    background-color: #0c97b2;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-family: Verdana, sans-serif;
  margin: 15px 0 15px 30px;
}
.form_div h3
{
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 10px 17px;
    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, sans-serif;
}
.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, .form_div .form_subtitle
{
    font-size: 11px;
}
.form_div .form_subtitle
{
    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;
    padding: 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
{
    position: relative;
    top: 6px;
    border: 1px solid #FFFFFF;
    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 #bcccd5;
    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 #bcccd5;
    margin: 3px 0 0 0;
}
.form_div .button
{
    margin: 0;
    display: inline-block;
    width: 164px;
    margin-left: 17px;
    height: 25px;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px !important;
    font-family: Verdana, sans-serif !important;
    color: #000 !important;
    padding-bottom: 3px;
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
    height: 35px;
    background: #fff url(../images/payment_systems.gif) no-repeat center;
    margin: 20px 0 0;
}
.form_div .footer_text
{
    display: block;
    width: 100%;
    height: 12px;
    text-align: center;
    padding: 3px 0;
    font-size: 9px;
    font-family: Arial, Verdana, sans-serif;
    margin: 0;
}
.form_div .footer_text a
{
    color: #a3dafd;
    text-decoration: none;
    cursor: default;
}

.book-button {
  background:url("../images/book-btn.png") no-repeat scroll 0 0 #146CAB;
  color:white !important;
  font-size: 14px !important;
  font-family:Arial,sans-serif !important;
  height:23px;
  line-height:23px;
  margin-bottom:10px;
  text-align:center;
  text-decoration:none !important;
  width:140px;
  display: block;
}
