.error-error, .error-warning, .error-notice, .error-system
{
	border: 1px solid #222222;
	background-color: red;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 10px;
	padding: 5px;
	text-align: left;
	/*width: 700px;*/
}

.error-system
{
	background-color: darkorange;
}

.error-warning
{
	background-color: orange;
}
.error-notice
{
	background-color: green;
}
.error-line
{
	margin: 2px;
	text-align: left;
}
.error-head
{
	font-weight: bold;
	color: #ffeeee;
	margin-right: 5px;
}
.error-value
{
	color: #ffeeee;
}