body
{
	margin:0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #212121;
	
	
	font-family: tahoma;
	color: #000000;
	
}

#menu_container_link1
{
	position: absolute;
	width: 118px;
	height: 27px;
	
	left: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}


#menu_container_link2
{
	position: absolute;
	width: 80px;
	height: 27px;

	left: 118px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}

#menu_container_link3
{
	position: absolute;
	width: 93px;
	height: 27px;

	left: 198px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}


#menu_container_link4
{
	position: absolute;
	width: 88px;
	height: 27px;

	left: 290px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}
#menu_container_link5
{
	position: absolute;
	width: 175px;
	height: 27px;

	left: 378px;
	top: 0px;
	z-index: 10;
cursor: pointer;
}


div,table, td, input
{
	line-height: 12px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	
}

.tm_quicksearch
{
	width: 649px;
	height: 261px;
	position: absolute;
	left: 0;
	top: 0;

	background: url('../gfx/quicksearch_background.gif') no-repeat;
}

.selectbox, .inputtext
{
	height: 19px;
	font-size: 10px;
	border: 1px solid #7f9db9;
	margin-bottom: 2px;
	
}

.child_table .inputtext
{
	height: 19px;
	width: 87px;
	margin-top: 0px;
	border: 1px solid #7f9db9;
	margin-left: 2px;
}

.country_container .selectbox, .city_container .selectbox, .extra_days .selectbox
{
	width: 217px;
}

h1, #out_return_container
{
	font-size: 10px;
	font-weight: normal;
	margin:0px 0px 2px 0px;
}

#departure_box
{
	position: absolute;
	left: 27px;
	top: 35px;
}

#arrival_box
{
	position: absolute;
	left: 27px;
	top: 126px;
}




#header_departuredate
{
	position: absolute;
	left: 249px;
	top: 35px;
}

#oday
{
	position: absolute;
	left: 249px;
	top: 49px;
	
}

#omonth
{
	position: absolute;
	left: 302px;
	top: 49px;
}

#header_arrivaldate
{
	position: absolute;
	left: 249px;
	top: 126px;
}

#iday
{
	position: absolute;
	left: 249px;
	top: 140px;
}

#imonth
{
	position: absolute;
	left: 302px;
	top: 140px;
}


/*
#out_return_container
{
	position: absolute;

	

	left: 405px;
	top: 32px;
}*/

#returnflight_box
{
	position: absolute;
	left: 495px;
	top: 143px;
}

#outonly_box
{
	position: absolute;
	left: 561px;
	top: 143px;
}

/*#adult_child_box
{
	position: absolute;
	left: 472;
	top: 84;
}*/

#adult_box
{
	position: absolute;
	left: 27px;
	top: 212px;
}

#child_box
{
	position: absolute;
	left: 74px;
	top: 212px;
}

#omonth, #imonth
{
	margin-left: 2px;
	width: 119px;
}

#oday, #iday
{
	width: 50px;
}

.button
{
	
	position: absolute;
	left: 518px;
	top: 187px;
	background: url('../gfx/search_button.gif');
	font-weight:bold;
	border: 0px;
	height: 47px;
	width: 47px;
	
	color: #1E3968;
	
	font-size: 11px;
	
}

#advancedsearch
{
	position: absolute;
	top: 132px;
	white-space: nowrap;
	text-align: right;
	width: 473px;
}

#advancedsearch a
{
 	font-size: 10px;
	color: black;
}

#label_number_of_rooms
{
	
	position: absolute;
	top: 52px;
	left: 547px
}

#numberOfRooms, #numberOfNights, #hotelStars
{
	width: 47px;
}

#numberOfRooms
{
	position: absolute;
	top: 49px;
	left: 495px;
}

#label_number_of_nights
{
	position: absolute;
	top: 74px;
	left: 547px
}

#numberOfNights
{
	position: absolute;
	top:70px;
	left: 495px;
}

#label_number_of_stars
{
	position: absolute;
	top:94px;
	left: 547px
}
#hotelStars
{
	position: absolute;
	top:90px;
	left: 495px;
}
