﻿body 
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑;
    font-size: 12px;
    background-color:#ffffff;
}
a
{
    color: #000000;
    text-decoration: none;
    font-family: 微软雅黑;
}
a:active
{
    
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}
a:link
{
 color: #000000;
}
a:visited
{
    color: #000000;
}

input
{
    font-family: 微软雅黑;
    font-size: 12px;
}
.input0
{
    display: none;
}
.input1
{
    width: 100px;
}
.input2
{
    width: 200px;
}
.input3
{
    width: 300px;
}
.input4
{
    width: 400px;
}
.input30
{
    width: 30%;
}
.input60
{
    width: 60%;
}
.input80
{
    width: 80%;
}
.input_red
{
    color: #FF0000;
    font-family: 黑体;
    font-size: 12px;
}
.textarea2
{
    width: 200px;
    height: 100px;
}
table
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    word-spacing: 0px;
    letter-spacing: 0px;
}
.table
{
    margin:20px 10px 20px 10px;    
    padding-bottom: 10px;
}
.fieldset
{
    width:95%;
    border:solid 1px #aaa;
    position:relative;
    padding: 10px 0px 10px 0px;
}

.table_Details
{
    width:100% auto;
    margin: 10px 30px 10px 30px;
    
}
.table_title
{
    margin: 5px;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
}
.table_tr
{
    margin: 5px;
}
.table_tr1
{
    margin: 10px;
}
.table_tr_none
{
    display: none;    
}
.table_label
{
    width: 80px;
    float: left;
    display: block;    
    text-align: right;
    margin-right: 10px;
}

h1
{
    font-size:20px;
    font-family: 微软雅黑;
}
h4
{
    font-size:16px;
    margin-top:25px;
    margin-bottom:10px;
    font-family: 微软雅黑;
}

.description
{
    padding-bottom:30px;
    font-family:Verdana;
}
.description h3
{
    color:#CC0000;
    font-size:16px;
    margin:0 30px 10px 0px;
    padding:45px 0 8px;
    /*background:url(titleback.png) no-repeat scroll left bottom transparent*/
    border-bottom:solid 1px #888;
}