	table { margin: auto; }
	table td { text-align:right; vertical-align: bottom; }
	table a { border: 1px solid #CCCCCC; float: left; width: 28px; padding: 8px 2px 2px 0px; text-decoration: none; color: #666666 }
	table a:hover{ font-weight: bold; }
	table .wanted { background-color: #C9FFA8; font-weight: bold; }
	table a.nextPrev { padding: 0px; border: none; padding: 5px 0px 5px; }
	table a.nextPrev:hover { background-color: #F2F2F2;}
	table a.booked { background-color:#CCCCCC; border: 1px solid #999999; color:#666666; }
	table a.booked:hover { background-color:#CCCCCC; border: 1px solid #999999; color:#666666; font-weight: normal; }
	
	#bookings {
		margin-bottom: 10px;
	}
	form label{
		float: left;
		width: 96px;
	}
	form input{
		margin-bottom: 5px;
		width: 313px;
	}