.form_div *
{
    margin: 0;
	padding: 0;
}
.form_div
{
        text-align: left;
	  width: 353px;
	  color: #bbddbb;
	  font-family: "Times New Roman", sans-serif;
        float: left;
        margin-left: 40px;
        background: #254425 url(../images/bg.jpg) repeat-x;
}
.form_div h3
{
	clear: both;
	font-size: 35px;
	font-weight: normal;
	padding: 0 0 20px 30px;
}
.form_div .form_subtitle
{
	display: block;
	text-align: left;
	line-height: 15px;
	width: 153px;
	margin-left: 30px;
	float: left;
}
.form_div .visit_date, .form_div .nights, .form_div .guests, .form_div .form_subtitle
{
	font-size: 13px;
	font-weight: lighter;
}
.form_div .visit_date, .form_div .nights, .form_div .guests
{
	font-style: italic;
	color: #ffffdd;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests
{
	font-family: Arial;
    font-size: 11px;
	background-color: #e6f5e4;
	border: 1px solid #6fc96f;
}
.form_div .fixed_height
{
    height: 62px;
	display: inline-block;
	text-align: left;
	margin-left: 30px;
}
.form_div .visit_date
{
    margin: 0;
    padding: 0 0 2px 0;
	display: inline-block;
	float: left;
	margin-right: 33px;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
}
.form_div .select_month
{
    width: 88px;
    height: 20px;
    margin: 0 3px 0 5px;
    padding: 0;
}
.form_div .calendar_link img
{
    border: 1px solid #bbddbb;
	display: inline;
	vertical-align: bottom;
	margin-left: 2px;
}
.form_div .nights
{
    width: 49px;
    display: inline-block;
    float: left;
}
.form_div .select_nights, .form_div .select_guests, .form_div .select_date, .form_div .select_month
{
	margin-top: 9px;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    margin: 0 0 15px 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
}
.form_div .button, .form_div .button span
{
	display: inline-block;
}
.form_div .button
{
	width: 128px;
        float:left;
        padding-bottom: 3px;
	margin: 1px 0 8px 13px;
        color: #000000;
        text-decoration: none;
        font-size: 14px;
}

.form_div .footer_text
{
	clear: both;
	display: block;
	width: 100%;
	height: 12px;
	font-size: 9px;
	font-family: Arial, sans-serif;
	text-align: center;
}
.form_div .footer_text a
{
	text-decoration: none;
	color: #648364;
	cursor: default;
}
.book-button, .book-button span
{
	height: 23px;
	display: block;
}
.book-button
{
	padding: 0 0 0 20px;
	background: transparent url(../images/book-button.png) no-repeat scroll right -23px;
	text-decoration: none;
	float: left;
	margin-top: -2px;
}
.book-button span
{
	letter-spacing: 2px;
	background: transparent url(../images/book-button.png) no-repeat scroll 0 0;
	text-align: center;
	color: #ffffff !important;
	font-weight: normal !important;
	font-size: 13px;
	font-family: "Times New Roman", sans-serif;
	margin-right: 3px;
	padding: 0 16px 0 22px;
	line-height: 23px;
}
.room-cell
{
        padding: 15px 0 15px 0;
	border-bottom: 2px solid #bbb7ab;
}
.room-cell img
{
        padding: 15px 5px 15px 0;
}
.room-cell em
{
	float: left;
        font-size: 10pt;
}
.room-cell p span
{
	float: left;
        font-weight: bold;
	color: #2e632d;
}
.book-link
{
   	background-color: #488347;
}
.book-link a
{
	color: #fff !important;
	padding: 0 20px;
}
.lt
{
      float: left;
}
.rt
{
      float: right;
}
.rb
{
      float: right;
}
.lb
{
      float: left;
}