﻿body
{
    color: #000;
    background-color: #F3F2ED;
}
.divtitle
{
    padding: 3px 3px 3px 3px;
    margin-bottom: 5px;
    width: 98%;
    background-color: #FEAB37;
    color: #fff;
    font-size: larger;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
}

.divquery
{
    padding: 3px 3px 3px 3px;
    background-color: #fff;
    border: 1px solid #D2D2CE;
    width: 98%;
    margin-bottom: 15px;
    line-height:30px;
}
.divresult
{
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #D2D2CE;
    width: 98%;
    padding: 3px 3px 3px 3px;
}
.divnote
{
    padding: 3px 3px 3px 3px;
    background-color: #E6E6E6;
    border: 1px solid #D2D2CE;
    width: 98%;
    margin-top: 15px;
    line-height:19px;
}

.tdname
{
    width: 90px;
    text-align: right;
    color:#4A4A49;
    font-weight:400; font-family:黑体;
}
.tdresulttitle
{
    width: 90px;
    text-align: right;
    border-bottom: solid 1px #D2D2CE;
    color: #4A4A49;
    font-weight:400; font-family:黑体;
}
.tdresulttext
{
    color: #FE7805;
    text-align: right;
    border-bottom: solid 1px #D2D2CE;
    font-weight:400; font-family:黑体;
}
table
{
    width: 100%;
}
td
{
    line-height: 35px;
}
