
body {padding:0;margin:0;
      background: #f5fafe;
}
.content {
    width: 1200px;
    /*border: solid #cccccc 1px;*/
    margin: 0 auto;
    background: #fff;
}

    .content .panel-header {
        width: 100%;
        background-color: #e3ebf6;
        height: 30px;
        line-height: 30px;
    }

        .content .panel-header img {
            margin-left: 5px;
        }

        .content .panel-header label {
            font-size: 18px;
            color: #c60001;
            font-weight: 900;
        }

content .stepinfo {
    width: 100%;
    height: 120px;
}

.content .stepinfo .describe {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #4e5d67;
    text-align: center;
}

    .content .stepinfo .describe label {
        display: inline-block;
        width: 180px;
    }

.content .stepinfo .pic {
    text-align: center;
}

    .content .stepinfo .pic img {
        margin-left: -4px;
        margin-right: -4px;
    }

.content .register-content {
}
.content .reginfo input[type='password'] {
     width: 200px;
}
    .content .register-content .title {
        margin-top: 10px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-bottom: solid #e3ebf6 1px;
    }

        .content .register-content .title label {
            margin-left: 26px;
            color: #c60001;
            font-weight: 900;
        }

    .content .register-content .reginfo {
        width: 760px;
        /*height: auto;*/
        margin: 20px auto 0;
        font-size: 12px;
        color: #4e5d67;
    }

        .content .register-content .reginfo .left {
            width: 320px;
            height: 40px;
            line-height: 40px;
            float: left;
        }

            .content .register-content .reginfo .left .left {
                width: 110px;
                text-align: right;
                float: left;
            }

            .content .register-content .reginfo .left .right {
                width: 210px;
            }

        .content .register-content .reginfo .right {
            width: 440px;
            height: 40px;
            line-height: 40px;
            float: left;
        }

            .content .register-content .reginfo .right .left {
                width: 140px;
                text-align: right;
                float: left;
            }

            .content .register-content .reginfo .right .right {
                width: 300px;
            }

        .content .register-content .reginfo input[type='text'] {
            width: 200px;
            /*height: 30px;*/
        }

.content .sign {
    color: red;
}

.clear {
    clear: both;
}

.button {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

    .red:hover {
        background: #b61318;
        background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
        background: -moz-linear-gradient(top, #c9151b, #a11115);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    }

    .red:active {
        color: #de898c;
        background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
        background: -moz-linear-gradient(top, #aa1317, #ed1c24);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
    }

.button:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.dhide {
    display: none;
}


/*==========以下部分是Validform必须的===========*/
.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(../images/right.png) no-repeat left center;
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../images/error.png) no-repeat left center;
}

.Validform_loading {
    padding-left: 20px;
    background: url(../images/onLoad.gif) no-repeat left center;
}

.Validform_error {
    background-color: #ffe7e7;
}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

    #Validform_msg .iframe {
        position: absolute;
        left: 0px;
        top: -1px;
        z-index: -1;
    }

    #Validform_msg .Validform_title {
        line-height: 25px;
        height: 25px;
        text-align: left;
        font-weight: bold;
        padding: 0 8px;
        color: #fff;
        position: relative;
        background-color: #000;
    }

    #Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
        line-height: 22px;
        position: absolute;
        right: 8px;
        top: 0px;
        color: #fff;
        text-decoration: none;
    }

    #Validform_msg a.Validform_close:hover {
        color: #cc0;
    }

    #Validform_msg .Validform_info {
        padding: 8px;
        border: 1px solid #000;
        border-top: none;
        text-align: left;
    }



.Validform_checktip {
    margin-left: 0;
}

.info {
    border: 1px solid #ccc;
    padding: 2px 20px 2px 5px;
    color: #666;
    position: absolute;
    display: none;
    line-height: 20px;
    background-color: #fff;
}

.dec {
    bottom: -8px;
    display: block;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}

    .dec s {
        font-family: simsun;
        font-size: 16px;
        height: 19px;
        left: 0;
        line-height: 21px;
        position: absolute;
        text-decoration: none;
        top: -9px;
        width: 17px;
    }

    .dec .dec1 {
        color: #ccc;
    }

    .dec .dec2 {
        color: #fff;
        top: -10px;
    }

#bottom {
    width: 100%;
    height: 70px;
    border-top: 1px solid #D1D1D1;
    text-align: center;
    color: #6F6F6F;
    line-height: 50px;
    font-size: 14px;
}

#top01 {
    background: #f9f9f9;
    height: 30px;
}

#top02 {
    width:100%;
    background: url(../images/headimg.jpg) repeat-x;
    height: 80px;
}

#top03 {
    /*background: #DEF2FD;*/
    width: 1200px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.onepagebg {
    background: #F9F9F9;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.container {
    width: 1200px;
    height: auto;
    margin: auto;
}

.onepageleft {
    width: 10%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.homeicon {
    width: 14px;
    height: 20px;
    line-height: 20px;
    margin-right: 2px;
    float: left;
}

.homeiconright {
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.onepageleft {
    width: 10%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.onepageright {
    width: 50%;
    float: right;
    text-align: right;
    color: #827E7D;
}

.logoleft {
    width: 300px;
    float: left;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logomiddle {
    width: 600px;
    float: left;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logoright {
    width: 270px;
    float: right;
    height: 55px;
    margin-top: 10px;
    text-align: right;
    margin-bottom: 10px;
}

.clearDiv {
    clear: both;
    height: 10px;
    width: 100%;
}

#top03-reght {
    float: right;
    line-height: 30px;
    margin-right: 10px;
    color: #ff0000;
}
