#error-body-wrapper {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	margin-bottom: 15px;
    padding: 50px 15px 80px;
    color: #0078bf;
}

#error-body-wrapper .image {
    padding-top: 45px;
}

/*#error-body-wrapper img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
    }*/

#error-body-wrapper h1 {
    font: 65px Aller;
    color: #0078bf;
    text-shadow: 2px 2px 5px #cfcfcf;
}

#error-body-wrapper h2 {
    font: 32px Aller;
    color: #0078bf;
}

#error-body-wrapper p {
    font: 14px Aller;
    color: #0078bf;
    font-weight: normal;
}

#error-body-wrapper p a{
    text-decoration: underline;
}

#error-body-wrapper .row2 {
    margin: 30px auto 10px;
    }

#error-body-wrapper .hidden {
    display: none;
    }




.centered {
    width: 500px;
    margin: auto;
}

#error p {
    font: 20px Aller;
    color: #0078bf;
    text-shadow: 2px 2px 3px #cfcfcf;
}

#error span {
    
    font: 14px Aller;
    color: #0078bf;
}

#error {
    padding-top: 50px;
}

#error ul li {
    font: 14px Aller;
    color: #0078bf;
    line-height: 20px;
}

#error ul li a{
    font: 14px Aller;
    color: #0078bf;
}