body
{
	padding: 0;
	margin: 0;
}

#FSRemoteSearchBlock
{
	z-index: 0; margin: 0; padding: 0; text-align:left;
}

/* Remote search main table style */
#remote_search
{
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	background: #eae0de;
	background-color: #448B73;
        height: 60px;
	/*height: 280px;*/
}

/* form of the remote search main table */
#remote_search form
{
	margin: 0px;
	border-color: #448B73;
}

/* 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: 6px;
	padding-bottom: 1px;
	padding-right: 20px;
}

/* arrival date */
.dates_section
{
	/*border-top: 1px dotted #FFFFFF;*/
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

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

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

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

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

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

/* button style */
.remote_search_button
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border: 1px solid #OOOOOO;
	/*border-left-color: #OOOOOO;
	border-top-color: #OOOOOO;
	border-bottom-color: #OOOOOO;
	border-right-color: #OOOOOO;*/
	background: #9CBF82;
	background-color: #9CBF82;
}

/* 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;
}
.FS_hidden_form		{
	width: 0px;
	height: 0px;
	visibility:hidden;
	z-index: 2;
	position: absolute;
}
