﻿
        #main {
            width: 1012px;
            margin: 0 auto;
            background-image: url(/Content/Img/106.jpg);
        }
        .regblock {
            clear: both;
            border-top: 1px solid #E3E3E3;
            padding-top: 20px;
            background-image: url(/Content/Img/113.jpg);
            background-repeat: no-repeat;
            background-position-x: 40px;
        }
            .regblock div {
                clear: both;
                height: 50px;
                position: relative;
            }
                .regblock div > span {
                    position: absolute;
                    text-align: right;
                    display: block;
                    float: left;
                    width: 300px;
                    padding: 7px 10px 0 0;
                    font-size: 16px;
                    font-family: 'Microsoft YaHei';
                }

                .regblock div > input {
                    position: absolute;
                    left: 310px;
                    width: 300px;
                    padding-left: 10px;
                    height: 30px;
                    font-size: 14px;
                }

                .regblock div .alt {
                    position: absolute;
                    left: 635px;
                    top: 10px;
                    color: #909090;
                }

                .regblock div .err {
                    position: absolute;
                    color: red;
                    background-image: url(/Content/Img/109.gif);
                    background-repeat: no-repeat;
                    background-position: left center;
                    padding-left: 20px;
                }

                .regblock div .errok {
                    background-image: url(/Content/Img/111.gif);
                    height: 20px;
                }

                .regblock div kbd {
                    position: absolute;
                    left: 310px;
                    width: 300px;
                }

            .regblock label {
                width: 50px;
                float: left;
                padding-left: 0px !important;
                padding-top: 10px;
            }

                .regblock label input {
                    width: auto;
                    height: auto;
                    margin: 0 5px 0 0;
                }

                .regblock label * {
                    display: block;
                    float: left;
                }

        .btns {
            clear: both;
            position: relative;
            height: 100px;
        }

            .btns label {
                position: absolute;
                padding-left: 310px;
                height: 30px;
                font-family: 'Microsoft YaHei';
                color: #909090;
            }

                .btns label * {
                    float: left;
                    display: block;
                }

                .btns label input {
                    margin-left: 0;
                }

                .btns label a {
                    text-decoration: none;
                    color: #309CEF;
                }

                    .btns label a:hover {
                        color: #0083E7;
                    }

        #save {
            position: absolute;
            float: left;
            display: block;
            left: 310px;
            top: 40px;
            width: 312px;
        }
        .modal8 {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0,0,0, .4);
            z-index: 999;
        }
            .modal8 .modal-content {
                padding: 26px 12px 16px 12px;
            }

        .modal-content {
            background: #fff;
            box-shadow: 0 0 0 5px #e5e5e5;
            padding: 16px 12px;
            width: 360px;
            height: 160px;
            text-align: center;
        }

        .modal8 .modal-content p {
            line-height: 20px;
            font-size: 16px;
            font-family: "Microsoft YaHei";
        }

            .modal8 .modal-content p i {
                color: #F43838;
                font-size: 16px;
                font-style: normal;
                font-family: "Microsoft YaHei";
            }

        .modal8 .modal-content #check8 {
            background: #90C41F;
            color: #fff;
            margin-top: 25px;
            font-size: 16px;
            font-family: "Microsoft YaHei";
        }
        .modal-content p input {
            width: 100px;
            height: 30px;
            font-size: 14px;
            margin: 0 5px;
            border-radius: 4px;
            cursor: pointer;
            margin-top: 10px;
            border: 0;
        }
        
  .modal8 .modal-dialog {
            width: 360px;
            height:186px;
            margin: 200px auto;
            background-color:#fff;
           border:solid 5px #e6e6e6;
           text-align:center;
           padding-top:40px;
        }
        .modal8 .modal-dialog p{
            font-size:16px;
            color:#646464;
        }
        .modal8 .modal-dialog p span{
            color:red;
        }
        .modal8 .modal-dialog button{
            width:100px;
            height:30px;
            background-color:#90c41f;
            color:#fff;
            border:none;
            border-radius:5px;
            font-size:16px;
            margin-top:20px;
            cursor:pointer;
        }
