/* Search Page */

select
{
	font-size: 10px;
}



#search_origin_lbl,
#search_origin_fld,
#search_dest_lbl,
#search_dest_fld {
	display: inline-block;
	margin-left: 5px;
}

#search_origin_fld select,
#search_dest_fld select
{
	margin-right: 10px;
	width: 160px;
	font-size: 10px;
}

#search_departdate_lbl, 
#search_departdate_fld, 
#search_returndate_lbl, 
#search_returndate_fld {
	display: inline-block;
	margin-left: 5px;
}

#search_roundtrip_lbl,
#search_datesflex_lbl {
	display: inline-block;
	margin-top: 17px;
	margin-left: 5px;
}

#search_roundtrip_fld, 
#search_datesflex_fld {
	display: inline;
}

#search_departdate_fld {
	margin-right: 10px;
}

#search_returndate_fld {
	margin-right: 20px;
}

#search_adults_lbl,
#search_adults_fld,
#search_children_lbl,
#search_children_fld,
#search_infants_lbl,
#search_infants_fld {
	display: inline-block;
	margin-right: 5px;
}

#search_passengers_note {
	margin-top: 5px;
}

#search_passengers_note ul {
	list-style: none;
	text-indent: -41px;
}

#search_passengers_note ul li {
	list-style: none;
	font-size: 10px;
}

#search_departdate_fld, #search_returndate_fld {
	margin-right: 30px;
}

#depart_date, #return_date {
	float: left;
}

.popup_cal_month {
	position: absolute;
	margin-left: 5px;
}

/* Internet Explorer */

*html #search_adults_lbl,
*html #search_adults_fld,
*html #search_children_lbl,
*html #search_children_fld,
*html #search_infants_lbl,
*html #search_origin_lbl,
*html #search_origin_fld,
*html #search_dest_lbl,
*html #search_dest_fld,
*html #search_departdate_lbl,
*html #search_departdate_fld,
*html #search_returndate_lbl,
*html #search_returndate_fld {
	float: left;
}

*html #search_roundtrip_lbl { position: absolute; left: 20px; top: 60px; }
*html #return { position: absolute; left: 100px; top: 72px;}
*html #search_section_where .section_content { height: 80px; }

*html #search_datesflex_lbl { position: absolute; left: 20px; top: 65px; }
*html #search_datesflex_fld{ position: absolute; left: 190px; top: 77px;}
*html #search_section_when .section_content { height: 80px; }