.error-bg {
	background-color:#f2ebd1;
	font-family:Futura,"Trebuchet MS",Arial,sans-serif;
}
.error-block {
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -350px;
	width: 500px;*/
    margin: 0 auto;
    text-align: center;
}
.error-block img {
	float:left;
	margin-top:70px;
}
.error-msg {
	margin:50px auto;
	/*padding-left:131px;
	color:#4b4c4e;*/
}
.error-msg a {
	color:#EE7E3C !important;
	text-decoration:none;
}
.error-msg h1 {
	color:#EE7E3C;
	font-size:28px;
	font-weight:lighter;
	text-transform:uppercase;
	margin:0 0 5px;
}
.error-msg h1 strong {
	font-weight:bold !important;
}
.error-msg p {
	margin:0;
	line-height:36px;
}
.error-msg ul {
	list-style-type:none;
	padding:0 0 0 15px;
	margin:0;
}
.error-msg ul li {
	font-size:16px;
	line-height:36px;
}