

.ErrorTitle
{
	font-weight: bold;
	border-left-color: black;
	border-bottom-color: black;
	width: 60%;
	color: white;
	border-top-style: solid;
	border-top-color: black;
	border-right-style: solid;
	border-left-style: solid;
	background-color: darkred;
	font-variant: small-caps;
	border-right-color: black;
	border-bottom-style: solid;
}

.ErrorReason
{
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	background-color: silver;
	border-right-color: #000000;
	border-bottom-style: solid;
}