.systemError {
	border: 2px #d80000 outset;
	text-align: left;
	font-family: courier, monospace;
}

.systemErrorLabel {
	background: #d80000;
	padding: 3px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.systemErrorMessages p {
	margin: 3px;
	font-family: courier, monospace;
	line-height: 130%;
}

div.messages {
	width: 90%;
	margin: 10px auto;
	border: 1px solid #4f5332;
	text-align: left;
	padding: 3px;
	background: #ffeaac;
	font-family: Verdana, sans-serif !important;
}

div.messages p.title {
	font-size: 12px;
	color: #fff;
	background: #4f5332;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	margin-bottom: 6px;
}
div.messages p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.error { color: #bf0000; }
.warning { color: #bf7d00; } 
.info { color: #008000; }
