/* Remote search main table style */
#remote_search
{
/*	border-top: 1px solid white;
	border-bottom: 1px solid white;*/
	/*background: #eae0de;*/
	width: 255px;
	color:white;
	float: left;
	/*height: 280px;*/
	-z-index: 0;
}

/* 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;
	-z-index: 0;
}

/* for images: no border */
#remote_search img
{
	border: 0px;
}

/* hotel location selector */
.hotels_section
{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
}

/* arrival date */
.dates_section
{
	/*border-top: 1px dotted #FFFFFF;*/
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

/* 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: 15px;
	padding-right: 20px;
}

/* search button section */
.button_section
{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* image section */
.image_section
{
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

/* button style */
.remote_search_button
{
	background:#00155b none repeat scroll 0 0;
	/*border-color:#F9D800 #FDB803 #FDB803 #F9D800;
	border-style:solid;
	border-width:2px;*/
	color: White;
	font-family:Arial;
	font-size:11px;	
}

/* text input styles */
.remote_search_text_input
{
	height: 20px;
}

.nights_selector
{
	height: 20px;
	width: 45px;
}

.remote_search_selectors
{
	color: white;
}

.rooms_selector
{
	height: 20px;
	width: 45px;
}

.adults_selector
{
	height: 20px;
	width: 45px;
}

.day_selector
{
	height: 20px;
	width: 40px;
}

.month_selector
{
	height: 20px;
	width: 50px;
}

.year_selector
{
	height: 20px;
	width: 55px;
}