.errors {
	text-align: left;
	width: 400px;
	color: red;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.errors ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
