#genericForm p.error label { color: red; }
div.errorContainer {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div.errorContainer ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.errorContainer { display: none }
.errorContainer label.error {
	display: inline;
}
form.genericForm { width: 30em; }
form.genericForm label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}
.errorClass{
		border-color:red;
	}


