.form_div *
{
    margin: 0;
    padding: 0;
}

.form_div
{
	width: 190px;
        background: #FBD485;
	border: 1px solid #5E3825;
}
.form_div h3
{
    font: 20px Vedrana, sans-serif;
    color: #5E3825;
    line-height: 20px;
    margin: 0;
    padding: 10px 20px 10px 10px;
    text-align: left;
    font-weight: bold;
}
.form_div .form_subtitle
{
	color: #5E3825;
	font: 11px Verdana, sans-serif;
	margin: 6px 0 0 10px;
	text-align: left;
    display: inline-block;
}
.form_div .fixed_height
{
    height: 102px;
    margin-left: 10px;	
    margin-top: 10px;    
}
.form_div .visit_date
{
    font: 11px Verdana, sans-serif;
    color: #5E3825;
    margin: 0;
    padding: 0 0 1px 0;
}
#tl-select-date
{   position:relative;
    left:15px;
	top:-10px;
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    font-size: 12px;
}
#tl-select-month
{
	position:relative;
	top:-10px;
    left:15px;
    width: 101px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin:0 0 0 0px;
    font-size: 12px;
    padding: 0;
}
#tl-calendar-btn
{
position:relative;
top:-4px;
left:15px;
}

.form_div .calendar_link img
{
	position: relative;
	top: 6px;
    border: none;
	display: inline;
}

.form_div .nights
{
    width: 52px;
    display: inline-block;
    float: left;
    font: 11px Verdana, sans-serif;
    color: #5E3825;
    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: 11px Verdana, sans-serif;
    color: #5E3825;
    margin: 10px 0 15px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
    font-size: 12px;
}
#tl-submit-btn
{
    margin: 0;
    display: inline-block;
    width: 100px;
	height:23px;
    margin-left: 37px;
    position:relative;
	top:-5px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-family: Arial, Verdana, sans-serif !important;
    color: #000 !important;
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
	width: 100%;
	height: 35px;
	background: #fff url(../images/payment_systems.gif) no-repeat;
    margin: 20px 0 0 0;
}
.form_div .footer_text
{
	display: block;
	width: 100%;
	height: 12px;
	text-align: center;
	padding: 3px 0;
	font: 9px sans-serif, Arial, Verdana;
	margin: 0;

	background-color: #FBD485;
}
.form_div .footer_text a
{
	color: #C29844;
        text-decoration: none;
        cursor: default;
}
