﻿/*所有元素*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    background-color: #336666;
    margin: 0 auto;
    text-align: center;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #333;
        text-decoration: underline;
    }

div {
    font-size: 12pt;
    line-height: 150%;
}

/*最外面的大层*/
.mainstyle {
    width: 1024px;
    background-color: #FFF;
    overflow: hidden;
    margin: 0 auto;
    height: auto;
    text-align: left;
    margin-top: 100px;
}

.Logobody {
    /*height: 600px;
    border: 1px solid #e5e5e5;*/
    background-color: #fff;
    margin: 5px 5px 5px 5px;
}

.leftdv {
    float: left;
    padding-left: 40px;
    padding-top: 120px;
}

    .leftdv li {
        list-style-type: none;
        padding: 6px 0;
    }

        .leftdv li label {
            width: 60px;
            height: 20px;
            line-height: 20px;
            text-align: left;
            font-size: 14px;
            margin-top: 7px;
            float: left;
            display: inline;
        }

        .leftdv li .inputbox {
            width: 217px;
            padding: 5px 10px;
            line-height: 22px;
            border: 1px solid #9eb2cd;
            background-color: #fff;
            border-radius: 4px;
            box-shadow: 1px 1px 3px #dedede inset;
            font-size: 14px;
        }

.rightdv {
    width: 580px;
    vertical-align: middle;
    position: relative;
    float: right;
    padding-top: 60px;
    padding-bottom:40px;
}

.title {
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #418ebc;
    text-align: center;
    padding-top: 40px;
}

.title1 {
    font-size: 36px;
}

.title2 {
    font-size: 28px;
}

.rightdv img {
    width: 580px;
    padding-top: 10px;
}

.lefttitle {
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    color: #777;
    font-weight: bold;
}

.chkImg {
    vertical-align: bottom;
    width: 90px;
}

.btSubmit {
    width: 180px;
    height: 40px;
    background: url(../img/bg_png24.png) 0px -328px no-repeat;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    font-family: "microsoft yahei";
    cursor: pointer;
    text-shadow: 0 2px 2px #444;
}

.divMessage {
    max-width: 300px;
    text-align: center;
}

.rightdv .rtTitle {
    text-align: center;
}

.rightdv .Message {
    text-align: left;
    text-indent: 2em;
    line-height: 200%;
    padding-right: 50px;
}
