#reservationForm ul {
	list-style: none;
	clear: both;
	float:left;
}

#reservationForm ul li {
	list-style: none;
	float:none;
	display:block;
	overflow:hidden; height:100%;
	width:207px;
	padding:3px 0 3px 0;
	margin:0;
	vertical-align: bottom;
	position:relative;
}
#reservationForm ul li select{ float:right; margin:0; position:relative; top:-2px; padding:2px 1px 2px 0px; width:55px; font-size:11px;font-family:Tahoma, Geneva, sans-serif; outline:none}

#reservationForm label{ display:block;}

#reservationForm .children-section {
	display: none;
}
#reservationForm .children-section label {
	display: block;
}
#reservationForm .room-place {
	color:#FFF; font-size:11px;
}

#reservationForm .submit {
	clear: both;
}
#reservationFrame {
	border: 0;
	width: 100%;
	height: 1000px;
}