.form_div *
{
    margin: 0;
	padding: 0;
}
.form_div
{
    height: 89px;
	width: 509px;
	color: #ffffff;
	background: #cea04b url("../images/bg.gif") repeat-x;
	font-family: "Times New Roman", sans-serif;
	display: inline-block;
	margin-top: 5px;
}
.form_div h3
{
    text-indent: 0;
	text-transform: uppercase;
	color: #967154;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 6px 0;
}
.form_div .room_form
{
    display: inline;
    width: 464px;
    margin: 0 0 0 23px;
	text-align: center;
	float: left;
}
.form_div .visit_date, .form_div .nights, .form_div .guests
{
	font-size: 12px;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests
{
	font-family: Arial;
    font-size: 11px;
}
.form_div .fixed_height
{
    text-indent: 0;
    height: 43px;
	display: inline-block;
	text-align: left;
}
.form_div .fixed_height p
{
    text-indent: 0 !important;
}
.form_div .visit_date
{
    margin: 0;
    padding: 0 0 2px 0;
	display: inline-block;
	float: left;
	margin-right: 31px;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #bcccd5;
}
.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 #ffffff;
	display: inline;
	vertical-align: bottom;
}
.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: 4px;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #bcccd5;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    margin: 0 0 15px 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #bcccd5;
}
.form_div .button
{
    display: inline-block;
    width: 146px;
	margin: 1px 0px 0px 25px;
    height: 25px;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px !important;
    font-family: Verdana, sans-serif !important;
    color: #000 !important;
	padding: 0px 0px 3px 0px;
	_padding-bottom: 2px; /* IE 6 fix */
}
.form_div .footer_text
{
	display: block;
	width: 100%;
	height: 12px;
	padding: 5px 0 3px 0;
	font-size: 9px;
	font-family: Arial, sans-serif;
}
.form_div .footer_text span
{
    display: block;
    width: 144px;
    float: right;
}
.form_div .footer_text a
{
	text-decoration: none;
	color: #ede0cd;
	cursor: default;
}
.book-button, .book-button span
{
	height: 23px;
	display: block;
}
.book-button
{
	background: transparent url(../images/book-button.png) no-repeat scroll right -23px;
	width: 130px;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 10px 10px;
}
.book-button span
{
	background: transparent url(../images/book-button.png) no-repeat scroll 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-family: "Times New Roman", sans-serif;
	margin-right: 3px;
	padding: 0 7px 0 10px;
	line-height: 23px;
}
.left-bg
{
    float: left;
    width: 12px;
    height: 89px;
    background: url(../images/left-bg.gif) no-repeat;
}
.right-bg
{
    width: 12px;
    height: 89px;
    background: url(../images/right-bg.gif) no-repeat;
    display: inline-block;
    margin: 0 0 0 10px;
}
