* {
    padding: 0;
    margin: 0;
}

div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
}

img {
    border: none;
    vertical-align: middle;
}
/*body{font-family:Tahoma,Arial,Helvetica,"����";font-size:12px;text-align:center;background:#FFF;color:#000;}*/
ul, ol {
    list-style-type: none;
}

.container {
    width: 536px;
    margin: 0 auto;
}

.tab li.left {
    border-radius: 2px;
    width: 260px;
    height: 30px;
    border-top: solid 1px #d13333;
    border-left: solid 1px #d13333;
    border-bottom: solid 1px #d13333;
    border-right: none;
    float: left;
    line-height: 30px;
    color: #d13333;
    font-weight: 700;
    cursor: pointer;
}

.tab li.right {
    border-radius: 2px;
    border-color: #d13333;
    width: 260px;
    height: 30px;
    border-top: solid 1px #d13333;
    border-left: none;
    border-bottom: solid 1px #d13333;
    border-right: solid 1px #d13333;
    float: left;
    line-height: 30px;
    font-weight: 700;
    color: #d13333;
    cursor: pointer;
}

.tab li.select {
    background-color: #e07676;
    color: #ffffff;
}

.row .left {
    width: 190px;
    text-align: right;
    float: left;
    font-weight: 700;
    color: #4e5d67;
    height: 40px;
    line-height: 40px;
}

    .row .left span {
        color: red;
    }

.row .right {
    padding-left: 10px;
    text-align: left;
    float: left;
    width: 300px;
    height: 40px;
    line-height: 40px;
}

    .row .right input {
        width: 200px;
        height: 25px;
    }

    .row .right select {
        height: 30px;
        width: 140px;
        margin-right: 5px;
    }

.desc {
    width: 100%;
    text-align: left;
    padding-top: 20px;
}

    .desc p {
        font-size: 12px;
        color: #d13333;
        height: 20px;
    }






















/*==========���²�����Validform�����===========*/
.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    width:100px;
}

.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;
    }


.info {
    width: 110px;
    border: 1px solid #ccc;
    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;
    }
