.required {
	color: #ff0000;
}

span.err {
	color: #ff0000;
}

div.errs {
	color: #ff0000;
	border-top-width: 1px;
	border-top-color: #aa0000;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aa0000;
	border-bottom-style: solid;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #ffeeee;
}
span.radioelement {
	margin-right: 1em;
}
span.checkelement {
	margin-right: 1em;
}