.form_div *
{
    margin: 0;
    padding: 0;
    text-align: left;
}

.form_div
{
    width: 545px;
	height: 129px;
    border-width: 1px 0;
	border-style: solid;
	border-color: #fff;
	padding: 0 13px 0 0;
	background: url(../images/background.jpg) no-repeat;
}
.form_div h3
{
    font: 20px Times New Roman, sans-serif;
	font-weight: bold;
    color: #fbc916;
    margin: 0;
    text-align: left;
    padding: 40px 0 10px 15px;
	float: left;
}
.form_div .form_subtitle
{
    color: #c3e6ff;
    font: 12px Arial, sans-serif;
    margin: 0;
    padding: 35px 0 13px;
	width: 200px;
    display: inline-block;
    text-align: left;
	float: right;
}
.form_div .fixed_height
{
	display: block;
	float: left;
	width: 425px;
	padding: 0;
	margin: 0;
}
.form_div .fixed_height div
{
    float: left;
    padding-left: 15px;
}
.form_div .visit_date
{
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 0;
    padding: 4px 10px 1px 0;
	float: left;
}
.form_div .select_date
{
    width: 38px;
    height: 20px;
	margin: 0 5px 0 0;
    border: 1px solid #AEAEAE;
    font-size: 12px;
    vertical-align: middle;
}
.form_div .select_month
{
    width: 89px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 0 5px 0 0;
    font-size: 12px;
    padding: 0;
    vertical-align: middle;
}

.form_div .calendar_link img
{
    vertical-align: middle;
    border: 1px solid #f2e0a0;
}

.form_div .nights
{
    width: 92px;
    display: inline-block;
    float: left;
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 0;
}
.form_div .select_nights
{
    width: 38px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 2px 0 0;
    font-size: 12px;
}
.form_div .guests
{
    width: 85px;
    display: inline-block;
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 36px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 2px 0 0 5px;
    font-size: 12px;
}
.form_div .button
{
    margin: 0;
    width: 120px;
    height: 25px;
	float: right;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-family: Arial, Verdana, sans-serif !important;
    color: #000 !important;
    padding-bottom: 3px;
    _padding-bottom: 2px; /* IE 6 fix */
}
.form_div .room_form
{
    margin: 0;
}
.form_div .footer_text
{
    display: block;
	float: left;
    width: 100%;
    height: 12px;
    text-align: right;
    padding: 5px 0 3px;
    color: #fff;
    font: 9px sans-serif, Arial, Verdana;
    margin: 0;
}
.form_div .footer_text a
{
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.book-button, .book-button span
{
    height: 23px;
	cursor: hand;
}

.book-button
{
    background: transparent url(../images/book-button.png) no-repeat scroll right -23px;
    text-decoration: none !important;
    display: block;
    width: 130px;
}

.book-button span
{
    background: transparent url(../images/book-button.png) no-repeat scroll 0 0;
    display: block;
    line-height: 23px;
    text-align: center;
    color: #1a4c81;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    margin-right: 3px;
    padding: 0 7px 0 10px;
}
