p.errors {
	width: 400px;
	padding: 10px;
	border: dashed 1px #b7bfb4;
	background: #f6f7f5;
	text-align: left;
	font-weight: bold;
	color: #802020;
}

p.errors h2 {
	color: #802020;
}

p.messages {
	width: 400px;
	padding: 10px;
	border: dashed 1px #b7bfb4;
	background: #f6f7f5;
	text-align: left;
	font-weight: bold;
}
