﻿/*begin*/
@charset "utf-8";

.error404_frame .iconleft, .error404_frame .iconleft2 {
    background: url(/images/dlc2c/icon_bee.gif) no-repeat;
}

.wrapper {
    margin: 0 auto;
    text-align: left;
    width: 950px;
}

.error_content {
    min-height: 400px;
    _height: 400px;
    padding-top: 50px;
}

    .error_content a {
        color: #4484db;
    }

        .error_content a:hover {
            color: #ff4e00;
        }

.error404_frame {
    padding: 23px 0 0 69px;
    background: #f4f7fb;
    border: 4px solid #b7cadf;
    height: 261px;
    color: #333;
}

.okline {
    padding: 23px 0 0 35px;
    height: 150px;
}

.error404_frame .iconleft {
    float: left;
    width: 210px;
    background-position: 0 0;
    height: 197px;
}

.error404_frame .iconleft2 {
    float: left;
    width: 86px;
    background-position: 0 -269px;
    height: 98px;
}

.error404_frame .rightcontent {
    float: left;
    width: 516px;
}

    .error404_frame .rightcontent .maintitle {
        line-height: 30px;
        padding-bottom: 14px;
        border-bottom: 1px solid #cedbea;
        margin-bottom: 10px;
    }

    .error404_frame .rightcontent .oktitle {
        line-height: 30px;
        padding-bottom: 14px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

        .error404_frame .rightcontent .oktitle p {
            padding: 10px 0;
            margin: 0;
        }

    .error404_frame .rightcontent h3 {
        font-size: 16px;
        line-height: 40px;
        margin: 0;
        padding: 0;
    }

    .error404_frame .rightcontent h5 {
        font-size: 12px;
        color: #999;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .error404_frame .rightcontent dl {
        line-height: 27px;
    }

    .error404_frame .rightcontent dd a {
        text-decoration: underline;
    }

.error_content.v_be {
    padding-top: 120px;
}
/*end*/
