body {
    font-family: "open sans",sans-serif;
}

form
{
    width:941px;
    margin:0 auto;
}

.header {
    height: 83px;
}

.header_left
{
    height:63px;
    width:176px;
    background:transparent url(/images/logo.png) no-repeat;
    float:left;
    margin-top: 30px;
}

.error-main
{
    min-height: 640px;
    /*background:transparent url(/images/login-main.png) no-repeat;*/
    margin-top: 60px;
}

.error-header {
    color: #6392b1;
}

.error-desc {
    color: #003558;
}

.error-wrapper {
    background-color: #e8f2f9;
    padding: 40px;
}

.footer {
    text-align:center;
}

.footer, .footer a {
    color:#005e9d;
    text-decoration:none;
}

.footer a:hover {
    text-decoration:underline;
}