.form {
	width: 75%;
	top: 0;
	margin-top: 0;
}
.form th {
	padding-bottom: 5px;
	text-align: left;
}
.form td {
	padding-bottom: 5px;
}
#reservations {
	top: 0;
	margin-top: 0;
}
#rates {
	clear:both;
}
.helper a span {
	display:none;
}
.helper a:hover span {display: block;
   position: relative; width: 105px;
   padding: 4px; margin-top: 5px; margin-bottom: 5px; z-index: 100;
   color: black; background: #FFFF99;
   font: 10px Verdana, sans-serif; text-align: center; border: 2px solid black;}
#reservations_block {
	width: auto;
	margin-top: 20px;
}
.selected {
font-weight: bolder;
text-decoration: none;
}