label.error, span.error {
	color: red;
	font-style: italic;
	width:300px;
	text-align:center;
}
label.allok, span.allok {
	color: green;
	font-style: italic;
	width:300px;
	text-align:center;
}
input.error {
	border: 1px dotted #f00;
}