body
{
	margin: 0px;
	padding: 0px;
}

/* Remote search main table style */
#remote_search
{
	border: 2px solid #005496;
	background: #e7e7e8;
	width: 209px;
	/*height: 280px;*/
}

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

/* style of all table cells */
#remote_search td
{
	color: #6D6E71;
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-size: 9pt; 
}

#remote_search select
{
        font-family: Arial;
        font-size: 9pt;
}

/* 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
{
	border-top: 1px dotted #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

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

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

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

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

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

#remote_search_button
{
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

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

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

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

td.adults_selector
{
	width: 40px;
}

select.adults_selector
{
	height: 20px;
	width: 55px;
}

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

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

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