﻿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:none;
    border-bottom:1px solid #cccccc;
    height:20px;
    line-height:20px;
    width:75%;
}

.DialogTdContent textarea
{
    border:none;
    border-bottom:1px solid #cccccc;
    width:75%;
    resize: none;
}

.DialogTdMemoContent input
{
    border:none;
    border-bottom:1px solid #cccccc;
    width:96%;
    height:20px;
    line-height:20px;
    resize: none;
}

.DialogTdSubmit
{
    text-align:center;
    padding-top:10px;
}

input.button_sel
{
	font-size: 12px;
	background-image: url(../images/Button_Select.jpg);
	width: 25px;
	cursor: pointer;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	border-bottom-style: none;
}