﻿
#text
{
    clear: both;
    line-height: 200%;
    font-size: 14px;
    margin: 0px 5px 15px 5px;
    text-justify: distribute;
}

    #text h1
    {
        line-height: 38px;
        margin: 5px 20px;
        font-size: 16px;
        font-family: Microsoft YaHei,Arial, Helvetica;
        text-align: center;
        color: #003399;
    }

.source
{
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #EFEFEF;
    font-family: Microsoft YaHei,Arial, Helvetica;
}

/*注册登录表格*/
table
{
    font-family:微软雅黑;
    font-size:13px;
    table-layout: fixed;
    empty-cells: show;
    text-align:left;
    vertical-align:middle;
    border-collapse: collapse;
    margin:30px;
    color: black;
    /*border-right:1px solid black;
    border-bottom:1px solid black;*/
    border-spacing:100px
    
}

table td,table th
{
    background-repeat: repeat-x;
    height: 30px;
    /*border-left:1px solid black;
    border-top:1px solid black ;*/

    
}
