.hidden {
	display: none;
}

.validationError{
	color: red;
	background-color: pink;
	border: thin solid red;
}


