.form_div *
{
    margin: 0;
    padding: 0;
}

.form_div
{

    	border: 0;
    	margin-top: 25px;
    	margin-left: 30px;
}

.form_div h3
{
    font: 17px Vedrana, sans-serif;
    color: #666;
    line-height: 18px;
    margin: 0;
    padding: 10px 0 0px 17px;
}
.form_div .form_subtitle
{
	color: #000;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	line-height: 15px;
	margin: 6px 0 12px 0;
    padding: 0 0 0 10px;
	text-align: center;
    display: inline-block;
}
.form_div .fixed_height
{
    height: 97px;
    padding-left: 17px;
    margin-top: 10px;
}
.form_div .visit_date
{
    font: 12px Verdana, sans-serif;
    color: #000;
    margin: 0;
    padding: 0 0 1px 0;
color: white;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    font-size: 12px;
}
.form_div .select_month
{
    width: 101px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin:0 5px 0 8px;
    font-size: 12px;
    padding: 0;
}

.form_div .calendar_link img
{
	position: relative;
	top: 6px;
    border: none;
	display: inline;
}

.form_div .nights
{
    width: 52px;
    display: inline-block;
    float: left;
    font: 12px Verdana, sans-serif;
    color: #ffffff;
    margin: 10px 0 0 0;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
    font-size: 12px;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    font: 12px Verdana, sans-serif;
    color: #ffffff;
    margin: 10px 0 10px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
    font-size: 12px;
}
.form_div .button
{
    background: url(/tl_assets/images/btn_green.gif) repeat-x;
	border: 1px solid #255839;
    margin: 0;
    display: inline-block;
    width: 177px;
    height: 22px;
    text-align: center;
    line-height: 22px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size:12px !important;
	margin-left: 17px;
    font-family: Verdana, sans-serif !important;
    color: #fff !important;
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
	width: 179px;
	height: 32px;
	background: #fff url(/tl_assets/images/payment_systems.gif) no-repeat center;
    	margin: 10px 0 0 17px;
}
.form_div .footer_text
{
	display: none;
	width: 100%;
	height: 12px;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	font: 9px sans-serif, Arial, Verdana;
	margin: 0;
	text-decoration: underline;
	background-color: #BBBBBB;
}
.form_div .footer_text a
{
	color: #fff;
	text-decoration: none;
}