.form_div *
{
    margin: 0;
	padding: 0;
}
.form_div
{
	width: 218px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
        float: right;
        text-align: left;
}
.form_div h3
{
	font-size: 18px;
    padding-bottom: 7px;
    text-align: left;
	font-weight: bold;
	color: #004f9e;
}
.form_div .fixed_height
{
    height: 100px;
}
.form_div .room_form, .form_div .visit_date
{
    margin: 0;
}
.form_div .select_date, .form_div .select_month
{
	margin-top: 3px;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
}
.form_div .select_month
{
    width: 123px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin:0 3px 0 5px;
    padding: 0;
}
.form_div .calendar_link img
{
    border: 1px solid #a4daff;
	display: inline;
	vertical-align: bottom;
}
.form_div .nights
{
    width: 49px;
    display: inline-block;
    float: left;
    margin: 7px 0 0 0;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    margin: 7px 0 15px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #AEAEAE;
    margin: 3px 0 0 0;
}
.form_div .button
{
	margin-left: 8px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-family: Verdana, sans-serif !important;
	background: transparent url(../images/button.png) no-repeat scroll right bottom;
    cursor: pointer;
    _position: absolute;
    _margin: -37px 0px 0px 105px;
}
.form_div .button span
{
	height: 23px;
	line-height: 23px;
	text-align: center;
	display: inline-block;
	width: 92px;
	background: transparent url(../images/button.png) no-repeat scroll left top;
	margin-right: 3px;
	padding-left: 3px;
}