﻿body
{
	background-color: White;
}
.LayoutDIV
{
	text-align: center;
	padding-top: 60px;
}
.BorderTABLE
{
	background-color: White;
	width: 80%;
	height: 100%;
	table-layout: fixed;
	border: solid 5px #DBEBFE;
}
.LastTD
{
	text-align: center;
	border-top: solid 5px #DBEBFE;
}
.FirstTD, .LastTD
{
	padding: 5px;
}
.lable
{
	text-align: right;
	border-right: solid 1px #d2dbee;
	border-bottom: solid 1px #d2dbee;
	padding-right: 8px;
	line-height: 30px;
	width: 100px;
}
.editor
{
	text-align: left;
	padding-left: 8px;
	border-bottom: solid 1px #d2dbee;
}
