html {
	width: 100%;
	height: 100%;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
div#searchUnit form, 
div#searchUnit fieldset {
	margin: 0;
	padding: 0;	
}
div#searchUnit  fieldset {
	border: none;
}
div#searchUnit a img {
	border: none;
}
div#searchUnit  a {
	color: #000;
}
div#searchUnit .clearBoth {
	clear: both;
	font-size: 0;
}
div#searchUnit .clearLeft {
	clear: left;
	font-size: 0;
}
div#searchUnit legend,
div#searchUnit .hidden {
	display: none;
}
div#searchUnit .important {
	color: #F00;
}

div#searchUnit {
	background: transparent url("../images/bg_search.jpg") repeat-x left top;
	border: 1px solid #FAB565;
	margin-left:5px;
	margin-top:5px;
	padding: 5px;
	width: 587px;
}
div#searchUnit label {
	font-size: 0.75em;
	display: block;
}
div#searchUnit div.col {
	float: left;
}
div#searchUnit div.normal {
	width: 123px;
}
div#searchUnit select {
	font-size: 0.75em;
}
div#searchUnit input.textFieldCal {
	height: 17px;
	padding: 0;
	margin-top: -1px;
}
div#searchUnit input.textFieldCal,
div#searchUnit img {
	vertical-align: middle;
}
div#searchUnit img {
	margin-left: 2px;
}
div#searchUnit img,
div#searchUnit label {
	cursor: pointer;
}
div#searchUnit div.normal select {
	width: 120px;
}
div#searchUnit div.small {
	width: 57px;
}
div#searchUnit div.medium {
	width: 100px;
}
div#searchUnit  div.rooms {
	margin-top: 3px;
	width: 565px;
}
div#searchUnit div.rooms div.selRoom {
	float: left;
	width: 100px;
}
div#searchUnit div.rooms div.selectPeople {
	float: left;
	width: 450px;
}
div#searchUnit div.selectPeople div.roomTxt {
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 5px;
}
div#searchUnit div.selectPeople div.roomTxt,
div#searchUnit div.selectPeople div.adultSelect,
div#searchUnit div.selectPeople div.childrenSelect,
div#searchUnit div.selectPeople div.childAge,
div#searchUnit div.selectPeople div.childNr {
	float: left;
	margin-right: 5px;
}
div#searchUnit div.selectPeople div.room1,
div#searchUnit div.selectPeople div.room2,
div#searchUnit div.selectPeople div.room3 {
	clear: left;
	margin-top: 3px;
}
div#searchUnit div.panel {
	clear: left;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: right;
	width: 570px;
}
div#searchUnit div.panel button {
	background: transparent url("../images/search_button2.gif") no-repeat left top;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
    overflow: visible;
	text-align: center;
	vertical-align: middle;
	width: 103px;
}
