table.timeslots {
	width: 100%;
	font-size: 12px;
}

table.timeslots th {
	font-weight: bold;
}

table.timeslots td {
	padding: 5px 0;
}

table.timeslots .highlight {
	background: #fffbef;
}

table.formTable th, table.formTable td, table.formTable caption {
	padding:4px 10px 4px 5px;
}

table.formTable {
	margin-bottom: 20px;
	width: 100%;
}

div.errorblock {
	color: #cc0000;
}

div.errorblock ul {
	margin: 0;
	margin-bottom: 20px;
}

