table{
	font-size : 100%;
	width: 100%;
}

td, th{
	background-color: #F7F7FF;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 6px;
}

.notcoloured td, .notcoloured th{
	background-color: #fff;
	padding: 0;
	border-bottom: 6px solid #fff;
}

.head td, .head th{
	font-weight : bold;
	font-size: 110%;
}

label{font-weight: normal;}

textarea{width: 100%;}

#errors {color: #FF0000;}
