table{
    background-image: url("../images/envelope.jpg");
    padding: 40px;
    height: 470px;
    width: 786px;
    margin-left: 20px;
    margin-top: 30px;
}
td{
    font-size: 14px;
    font-family: SimSun;
    color: #040000 ;
}
span{
    font-size: 22px;
    color: #000000;
    font-family: "Microsoft YaHei";
}
.message{
    height: 100px;
}
.inp-last{
    background-color: #0e62ba;
    width: 200px;
    height: 46px;
    font-size: 16px;
    font-family: SimSun;
    color: white;
}
input{
    width: 300px;
    height: 25px;
    border:1px solid #cacaca;
}
.tab-txt{
    font-size: 14px;
    font-family: SimSun;
    color: #515151;
}
a{
    border: 0px;
}
img{
    border: none;
}

