.form_div *
{
    margin: 0;
	padding: 0;
	text-align: left;
}
.form_div
{
	width: 202px;
	color: #652829;
	border: 1px solid #ded1d2;
	font-family: Tahoma, sans-serif;
	background-color: #fad86e;
	margin-top: 20px;
}
.form_div h3
{
	font-size: 18px;
    padding: 8px 0 0 20px;
    text-align: left;
	font-weight: bold;
}
.form_div .form_subtitle
{
	display: inline-block;
	margin: 8px 0 11px 21px;
	text-align: left;
}
.form_div .visit_date, .form_div .nights, .form_div .guests, .form_div .select_date, .form_div .select_month, 
.form_div .select_nights, .form_div .select_guests, .form_div .form_subtitle
{
	font-size: 11px;
}
.form_div .select_date, .form_div .select_month, .form_div .select_nights, .form_div .select_guests
{
	font-family: Arial;
}
.form_div .fixed_height
{
    height: 99px;
	padding-left: 21px;
}
.form_div .visit_date
{
    margin: 0;
}
.form_div .select_date, .form_div .select_month
{
	margin-top: 5px;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
	float: left;
}
.form_div .select_month
{
    width: 90px;
    height: 20px;
    border: 1px solid #AEAEAE;
    padding: 0;
	margin-right: 6px;
	float: left;
	margin-left: 4px;
}
.form_div .calendar_link
{
	border: 1px solid #d15900;
	display: block;
	vertical-align: bottom;
	background: transparent url(../images/calendar.gif) no-repeat scroll;
	width: 18px;
	height: 18px;
	text-decoration: none;
	float: left;
	margin-top: 5px;
}

.form_div .fixed_height div {
	clear: both;
}

.form_div .nights
{
    width: 44px;
    display: inline-block;
    float: left;
    margin-top: 11px;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 5px 0 0 0;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    margin: 11px 0 15px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 5px 0 0 0;
}
.button, .button span
{
    height: 23px;
    display: block;
	cursor: hand;
}
.button
{
    background: transparent url(../images/button.png) no-repeat scroll right -23px;
    width: 164px;
    text-decoration: none;
	margin-left: 21px;
}
.button span
{
    background: transparent url(../images/button.png) no-repeat scroll 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
    margin-right: 3px;
    padding: 0 7px 0 10px;
    line-height: 21px;
}
.form_div .payment_systems
{
    margin-top: 11px;
	padding: 0 1px;
}
.form_div .payment_systems div
{
	width: 100%;
	height: 32px;
	background: #ffffff url(../images/payment_systems.gif) no-repeat center;	
}
.form_div .footer_text
{
	display: block;
	width: 100%;
	height: 12px;
	text-align: center;
	padding: 1px 0 1px 0;
	font-size: 9px;
	font-family: Arial, sans-serif;
}
.form_div .footer_text a
{
	text-decoration: none;
	color: #d09d4d;
	cursor: default;
}
.book-button, .book-button span
{
    height: 23px;
    display: block;
	cursor: hand;
}
.book-button
{
    background: transparent url(../images/book-button.png) no-repeat scroll right -23px;
    width: 137px;
    text-decoration: none;
}
.book-button span
{
    background: transparent url(../images/book-button.png) no-repeat scroll 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    margin-right: 3px;
    padding: 0 7px 0 10px;
    line-height: 21px;
}

.price-tbl td
{
	padding: 12px 5px;
}

.address
{
	padding: 40px 0 0 15px;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #d15900;
}

.address b
{
	display: block;
	color: #652829;
	margin-top: 14px;
}

.address .address-phone
{
	color: #652829;
	font-size: 14px;
	padding-top: 5px;
	display: block;
}

.address .address-code
{
	color: #d15900;
}

.address .address-num
{
	font-size: 20px;
}

.price-block-from
{
	display: block;
	padding: 8px 0;
}

.price-block-from span
{
	color: #d15900;
	font-weight: bold;
}
