﻿body {
    background: #fff;
    text-align: center
}
.message .con {
    width: 460px;
    margin: 0 auto;
    text-align: left;
}
.message {
    background: url(../img/error.png) center 0 no-repeat;
    min-height: 410px;
    padding: 60px 0 0 0;
    position: absolute;
    width: 100%;
    top: 38%;
    margin-top: -280px;
}
.message h1 {
    height: 165px;
    line-height: 135px;
    font-size: 85px;
    font-weight: bold;
    color: #237dbe;
    text-shadow: 2px 2px #ccc;
    text-align: center;
}
.message h2 {
    font-size: 25px;
    color: #237dbe;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
}
.message h6 {
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 0;
}
.message ul {
    padding-left: 20px;
}
.message li {
    color: #666;
    list-style: circle;
    padding: 5px 0;
}
.message .btns {
    list-style: none;
    padding: 30px 0;
}
.messageStatusCode h2 {
    border-bottom: 0;
}