body
{
	margin:0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: verdana;
	font-size: 10px;
	padding: 0px;
	background: none;
	background-color: none;
	background-color: transparent;
}

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: 213px;
	height: 286px;
	position: absolute;
	left: 2;
	top: 0;
	background: url("../gfx/boxe_quicksearch_2.gif") no-repeat;
	/*border: 1px dashed #0000FF;*/
}

.selectbox, .inputtext
{
	height: 19px;
	font-size: 10px;
	border: 1px solid #7f9db9;
	margin-bottom: 2px;
	
}

.child_table .inputtext
{
	height: 19px;
	width: 85px;
	margin-top: 0px;
	border: 1px solid #7f9db9;
	margin-left: 2px;
}

.country_container .selectbox, .city_container .selectbox, .extra_days .selectbox
{
	width: 180px;
}

h1, #out_return_container
{
	font-size: 10px;
	font-weight: bold;
	margin:0px 0px 2px 0px;
}

#departure_box
{
	position: absolute;
	left: 15px;
	top: 7px;
}

#arrival_box
{
	position: absolute;
	left: 15px;
	top: 65px;
}

#dates_box
{
	position: absolute;
	left: 15px;
	top: 145px;
}

#out_return_container
{
	position: absolute;

	left: 165px;
	top: 145px;
	
	width: 40px;
}

#adult_box
{
	position: absolute;

	left: 15px;
	top: 240px;
}

#child_box
{
	position: absolute;

	left: 70px;
	top: 240px;
}

#omonth, #imonth
{
	margin-left: 2px;
	width: 90px;
}

#oday, #iday
{
	width: 45px;
}

.button
{
	font-size: 10px;
	position: absolute;
	left: 0px;
	top: 290px;
	background: url('../gfx/soeg_knap.gif') no-repeat;
	font-weight:bold;
	border: 0px;
	height: 18px;
	width: 42px;
	line-height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
}
