.formError
{
text-align:center;
	width:755px;
	list-style:none;
	color:white;
	font-weight:bold;
	background-color: red;
	text-transform:uppercase;
}

.fieldWitherrors
{
	border-style: solid;
	border-color: red;
	display: table;
}
