#errorPage {
	margin: 0 auto;
	width: 800px;
	padding-top: 2em;
}
#errorPage p {
	padding: 0.4em 0 0.1em 0;
	margin: 0;
}
#errorPage .errorMessage {
	background: #fff;
	padding: 15px;
	font-size: 1.2em;
}

#errorPage .errorMessage p.error {
	color: #808080;
	padding: 15px 0 15px 35px;
}

#errorPage .errorMessage h3 {
	margin: 0;
	padding: 0.6em 0 0 0;
	color: #a80055;
	font-size: 1.5em;
}
#errorPage strong {
	font-weight: bold;
}
#errorPage .subtext {
	color: gray;
}
#errorPage h2 {
 line-height: 30px;
  margin: 0;
  font-size: 2.5em;
  padding: 1em 1em 1em 4em;
  background: url(../images/gears.png) 0 0 no-repeat;
  color: #808080;
}
#errorPage h2 span {
  font-size: 40%;
  font-style: normal;
  line-height: 15px;
}