﻿body {
    font-family:微软雅黑;
    background-color:#ffffff;
    margin: 0px;     
    overflow: hidden;
}

.DialogTable
{
    width: 100%; 
    font-size: 12px; 
    font-family: 微软雅黑;
}

.DialogTdTitle
{
    height:20px;width:10%;
    text-align:center;
}

.DialogTdContent
{
    height:20px;width:15%;
    text-align:left;
}

.DialogTdDateContent
{
    height:20px;width:15%;
    text-align:left;
}

.DialogTdContent input
{
    border:1px solid #cccccc;
    height:20px;
    line-height:20px;
    width:75%;
}

.DialogTdContent textarea
{
    border:1px solid #cccccc;
    width:75%;
    resize: none;
}

.DialogTdMemoContent input
{
    border:1px solid #cccccc;
    width:96%;
    height:20px;
    line-height:20px;
    resize: none;
}

.DialogTdSubmit
{
    text-align:center;
    padding-top:10px;
}.HrefStyle {
    color:darkblue;
    font-weight:bold;
}