﻿body
{
    background: #eee;
    margin: 0;
}
#ErrDiv
{
    border: 1px solid #ddd;
    background: #fff;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    font-family: Arial;
    background: #fff url(../../img/g/sigh_1.gif) no-repeat 20px center;
    padding: 0 10px 0 60px;
    font-size: 14px;
    width: 600px;
    margin: 180px auto;
    color: #666;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow:0 0 1px rgba(255,255,255,1) inset,0 0 10px rgba(0,0,0,.2);
}
