/**
 * Styles for the error pages
 */
body,div,h1,h2,h3,h4,h5,p,form,ul,li,dl,dt,dd,span,a,img,em,i,strong,b,input,select,textarea{ margin:0px; padding:0px;}
li{ list-style:none;}
img{ border:0 none; vertical-align:top;}
em,i{font-style: normal;}
a{ text-decoration:none; color:#595858;}
a:hover{cursor: pointer;}
body{font-family:'Lato', Verdana, sans-serif; position: relative;width:100%;height:100%;}
.errorbox{width:720px;height:360px;position: fixed;left:50%;top:50%;margin:-180px 0px 0px -360px;}
.error_mian{text-align: center;}
.errorbox h1{font-size: 78px;font-weight: 900;text-align: center;}
.error_txt{text-align: center;font-size:28px;font-weight: 900;padding:0px 30px;}
.error_txt span{color:#ff0000;}
.errormian {
    width: 740px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 40%;
    margin: -200px 0px 0px -370px;
}

