.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.bodytext h3 {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}
.error-box {
	width: 350px;
	padding: 5px;
	margin: 10px auto;
	background-color: #ffffe5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 100px 0;
}
.error-box h3 {
	display: block;
	margin: 0 0 5px 0;
}
