﻿body
{
    background-image: url('../images/perforation.png');
    background-color: #E9E9E9;
    color: #2C94AD;
    font-size: 17px;
    text-shadow: 1px 1px 1px #333333;
    font-family: calibri;
}

.ErrorGeneral
{
    padding:10px;
    width:710px;
    height:100px;
    margin-top:250px;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
    background-color:#efefef;
    box-shadow: 2px 2px 5px #000;
}

.ErrorLeft
{
    width:110px;
    height:100px;
    float:left;
    margin-left: 9px;
}

.ErrorRight
{
    width: 560px;
    height: 68px;
    float: left;
    margin-left: 31px;
    margin-top: 20px;
}

.ErrorCode
{
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    width:140px;
    height:45px;
    padding:10px;
    border-radius:5px;
    background-color:#efefef;
    box-shadow: 2px 2px 5px #000;
    text-align:center;
    font-weight:bold;
}