﻿#errorContainer {
	background-image:url(../../images/backgrounds/error_bg.jpg);
	background-repeat:no-repeat;
	width:450px;
	margin:0px auto 0px auto;
	height:265px;
	padding:15px;
}

#errorContainer h1 {
	font-size:1.1em;
	font-weight:bold;
	color:#A30002;
}

#errorContainer p {
	font-size:1.0em;
	font-weight:bold;
	color:#A30002;
}


#errorContainer .strong {
	font-weight:bold;
}