@media screen {
body.error {
	background:#ccc;
	font-family:Arial,Helvetica,sans-serif;
}
body.error #wrapper {
	width:500px;
	margin:100px auto 0;
	border:1px solid #000;
}
body.error #wrapper h1 {
	height:45px;
	text-indent:-9999px;
	background:#c00 url(../images/logoHondaError.png) no-repeat 20px 8px;
}
body.error #content {
	background:#fff;
	padding:50px 55px;
}
body.error #content h2 {
	font-weight:bold;
	font-size:18px;
	color:#c00;
	padding-bottom:8px;
	border-bottom:1px solid #000;
	margin-bottom:8px;
}
body.error #content p {
	font-size:12px;
	line-height:16px;
	color:#333;
	margin-bottom:20px;
}
body.error #content h3,
body.error #content a {
	font-weight:normal;
	text-align:center;
	font-size:14px;
	color:#333;
	margin-bottom:5px;
}
body.error #content a {
	color:#c00;
	text-decoration:none;
	display:block;
}

body.error #content a:hover {
	text-decoration:underline;
}
}

