.cms-error {
	background-color: #FFAAAA;
}

.cms-error > header {
	color: white;
	text-shadow: none;
}

.cms-error > h1 {
	color: black;
	margin: 0px;
}
	
.cms-error > p {
	font-family: 'Courier New', sans-serif;
	font-size: 12px;
	line-height: normal;
	color: black;
	margin: 5px 0px 0px 0px;
}