﻿.err_PaneGlobal {
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
    text-align: center;
}

    .err_PaneGlobal a {
        color: #666666;
    }


.err_PaneLeft {
    width: 30%;
    text-align: center;
    float: left;
}

.err_PaneContent {
    padding-top: 20px;
    width: 70%;
    text-align: left;
    float: left;
}

.err_Lang {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 1.21875;
    overflow: hidden;
    padding: 40px 0 0 0;
}


.err_AddText {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.21875;
    overflow: hidden;
    padding-top: 12px;
}

.err_Title {
    font-size: 1.57778em;
    font-weight: 800;
    color: #000;
    line-height: 1.21875;
    overflow: hidden;
    padding-top: 12px;
    padding-top: 160px;
}

.err_logo {
    float: right;
    background-image: url('err-logo.svg');
    background-repeat: no-repeat;
    -ms-background-size: auto;
    width: 260px;
    height: 60px;
}

.err_back {
    padding-top: 40px;
    padding-bottom: 20px;
}

.err_back a{
 background-image : url(err_back.png);
 background-repeat:no-repeat;
 /*margin-left: 500px;
 margin-bottom: 10px;
 position:absolute;
 padding-top : 1px;
 padding-right : 1px;
 padding-bottom : 1px;
 padding-left : 1px;*/
 display:block;
 height:40px;
 width:90px;
 background-color:#ffffff;
 }

 .err_back a:hover {
 background-image : url(err_back_hover.png);
 background-repeat:no-repeat;
 background-color:#ffffff;
 }
