body {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	font-weight: bold;
}

body, h1, div, td, select, input, p {
	color: #000000;
	font-size: 10px;
	font-family: verdana;
	line-height: 14px;
}

td {
	vertical-align: top;
}

form {
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

.br {
	clear: left;
}

.tm_quicksearch {
	overflow:hidden;
	background-image: url(../gfx/quicksearch_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	height: 495px;
}

#departure_box {
	position: absolute;
	left: 10px;
	top: 45px;
}

#arrival_box {
	position: absolute;
	left: 10px;
	top: 112px;
}

#dates_box {
	position: absolute;
	left: 10px;
	top: 182px;
}

#adult_child_box {
	position: absolute;
	left: 10px;
	top: 274px;
}

#hotel_box {
	position: absolute;
	left: 10px;
	top: 323px;
}

#out_return_container {
	position: absolute;
	left: 10px;
	top: 433px;
}

.button_container {
	position: absolute;
	left: 112px;
	top: 425px;
}

#qsSearchButton {
	background-color: transparent;
	background-image: url(../gfx/spacer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px;
	width: 55px;
	height: 55px;
}

#adult_box {
	float: left;
}

#child_box {
	float: left;
	padding-left: 8px;
}

#age_cell {
	padding-left: 8px;
}

#header_arrivaldate {
	padding-top: 9px;
}

#dates_box td {
	padding-right: 8px;
}




#label_number_of_rooms, #label_number_of_nights, #label_number_of_stars {
	position: relative;
	left: 52px;
	font-weight: normal;
}

#label_number_of_rooms {
	top: 19px;
}

#label_number_of_nights {
	top: 10px;
}

#label_number_of_stars {
	top: 2px;
}

#numberOfRooms, #numberOfNights, #hotelStars {
	position: relative;
	width: 46px;
}

#numberOfNights {
	top: -8px;
}

#hotelStars {
	top: -16px;
}






input, select {
	padding: 0px;
	margin: 0px;
	border: 1px solid #aaaaaa;
	height: 18px;
}

#departure_box select, #arrival_box select {
	width: 158px;
}

#oday, #iday {
	width: 40px;
}

#omonth, #imonth {
	width: 109px;
}

#header_departureinterval, #header_arrivalinterval {
	padding-top: 3px;
}

#departureInterval, #arrivalInterval {
	width: 138px;
}


input {
	padding: 0px;
	margin: 0px;
}

#childage {
	width: 70px;
}

.country_container, .city_container {
	height: 23px;
}

#out_return_container div {
	line-height: 20px;
}

#returnflight_box {
	
}

#outonly_box {
	
}

#out_return_container input {
	float: left;
	border: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}

#bottomLink {
	position: absolute;
	left: 16px;
	top: 250px;
	color: #87122D;
}

#bottomLink a, #bottomLink a:hover {
	color: #87122D;
	text-decoration: underline;
}


.menu {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 110px;
} 
