body
{
	margin:0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: verdana;
	font-size: 10px;
}

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
{
	background: url('../gfx/140x350QS-reiser-no.jpg');
	width: 140px;
	height: 350px;
	padding: 60px 0px 0px 7px;
	
}

.selectbox, .inputtext
{
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	border: 1px solid #7f9db9;
	margin: 0px 2px 2px 0px;
}


.child_table .inputtext
{
	height: 19px;
	width: 76px;
	margin-top: -1px;
	border: 1px solid #7f9db9;
	margin-left: 2px;
}

.country_container .selectbox, .city_container .selectbox, .extra_days .selectbox
{
	width: 120px;
}

h1, #out_return_container
{
	font-size: 10px;
	font-weight: bold;
	margin:0px 0px 2px 0px;
}

.box
{
	margin-bottom: 3px;
}

.button_container
{
	text-align: center;
}



#omonth, #imonth
{
	margin-left: 2px;
	width: 76px;
}

.button
{
	font-size: 10px;
	position: absolute;
	left: 45;
	top: 320;
	background: url('http://tmcomponents.travelmarket.com/customers/krak/gfx/quicksearch/search_button.gif');
	font-weight:bold;
	border: 0px;
	height: 19px;
	width: 45px;
	line-height: 19px;
	margin: 5px 0px 0px 0px;
}

#departure_box
{
	position: absolute;
	left: 7;
	top: 55;
}

#arrival_box
{
	position: absolute;
	left: 7;
	top: 110;
}

#dates_box
{
	position: absolute;
	left: 7;
	top: 170;
}

#out_return_container
{
	position: absolute;
	left: 310;
	top: 155;
}

#adult_box
{
	position: absolute;
	left: 7;
	top: 245;
}

#child_box
{
	position: absolute;
	left: 7;
	top: 280;
}

