/* Remote search main table style */
#remote_search
{
    background: #ffF1DD;
    width: 200px;
}

/* form of the remote search main table */
#remote_search form
{
    margin: 0px;
}

/* style of all table cells */
#remote_search td
{
    text-align: left;
    vertical-align: top;
    font-family: Arial;
    font-size: 11px; 
}

#remote_search select
{
    font-family: Arial;
    font-size: 11px;
}

/* for images: no border */
#remote_search img
{
    border: 0px;
}

/* hotel location selector */
.hotels_section
{
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}

/* arrival date */
.dates_section
{
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

/* space between date selectors */
.dates_divider
{
    width: 8px;
    padding-left: 8px;
}

/* nights, rooms, adults */
.selectors_section
{
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
	

}

.selectors_section td
{
    padding-top: 5px;
}

.childText
{
    vertical-align: middle !important; 
    text-align: right !important; 
    padding-right: 5px !important;
}

/* space between nights, rooms, adults selectors */
.selectors_divider
{
    width: 18px;
    padding-right: 18px;
}

/* search button section */
.button_section
{
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

/* image section */
.image_section
{
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

/* button style */
            .remote_search_button
            {   cursor: pointer;
                font-family: Arial;
                font-size: 11px;
                color: #CBBD98;
                border: 0px solid;
                border-left-color: #000000;
                border-top-color: #000000;
                border-bottom-color: #666666;
                border-right-color: #666666;
				background:url(../../../pics/button-reserve.jpg);

		height: 20px;
	width: 176px;
            }

/* text input styles */
.remote_search_text_input
{
    height: 20px;
}

.nights_selector
{
    height: 20px;
    width: 40px;
}

.rooms_selector
{
    height: 20px;
    width: 40px;
}

.adults_selector
{
    height: 20px;
    width: 40px;
}

.day_selector
{
    height: 20px;
    width: 40px;
}

.month_selector
{
    height: 20px;
    width: 50px;
}

.year_selector
{
    height: 20px;
    width: 55px;
}
