html {background:#f0f1f3;}
.error-page{background:#f0f1f3;padding-top:80px;}
.error-page .logo{width: 165px;height: 60px; margin: 10px auto; clear: both; background: url(../images/logo.png) no-repeat;}

.error-container{position:relative;z-index:1}
.error-main{position:relative;background:#f9f9f9;margin:0 auto;width:620px; border-top:5px solid #ffa701;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:50px 50px 70px}
.error-main h3{font-size:24px;font-weight:400;border-bottom:1px solid #d0d0d0}
.error-main h3 strong{font-size:54px;font-weight:400;margin-right:20px}
.error-main h4{font-size:20px;font-weight:400;color:#333}


.error-msg{font-size:14px;padding:30px 0 0 0; margin: 0 auto; clear: both; color:#838383}
.error-msg h4{font-size:20px;font-weight:400;color:#333}
.error-msg ul{margin-top: 10px; list-style:decimal;}
.error-msg li{line-height:2.4em;/*display:inline-block; float: left; margin-right: 10px;*/}

.error-links{font-size:14px;padding:15px 0 0 0; margin: 0 auto; clear: both; color:#838383}
.error-links h4{font-size:20px;font-weight:400;color:#333}
.error-links ul{margin-top: 10px; list-style:decimal;}
.error-links li{line-height:2.4em;display:inline-block; float: left; margin-right: 10px;}
.error-links a{ display: inline-block; padding-right: 10px;}
