body {
	margin: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	padding: 0px;
	background: none;
	background-color: none;
	background-color: transparent;
	font-family: tahoma;
	/*"trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif;
*/
	color: #000000;
	background: none;
	background-color: none;
	background-color: transparent;
}

h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

.tm_quicksearch {
	width: 185px;
	height: 450px;
	overflow: hidden;
}


* input, select, textarea {
	font-family: trebuchet MS, arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	padding:1px;
	margin:2px 2px 2px 0;
}


.inputtext, select {
	font-size: 11px;
}

.country_container .selectbox, .city_container .selectbox, .extra_days .selectbox {
	font-size: 11px;
	width: 176px;
}

#departure_box {
	margin-bottom: 10px;
}

#arrival_box {
	margin-bottom: 15px;
}

#dates_box {
	margin-bottom: 10px;
}

#daylist, #adult_box, #numberOfRooms {
	margin-bottom: 2px;
}

#child_box {
	margin-bottom: 10px;
}

#childage {
	width: 138px;
}

.button {
	position: absolute;
	left: 109px;
	top: 425px;
	background: url('/gfx/quick-search/button.gif') no-repeat;
	width: 63px;
	height: 22px;
	border: 0px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	/*border:1px dashed #f0f;*/
}

