﻿table.formTable
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	width: 69%;
	border-collapse: collapse;
	height: 5px;
}
table.formTable td
{
	padding: 2px;
	border-bottom: dotted 1px #CCCCCC;
	text-align: left;
}
table.formTable td.fieldTitle
{
	padding-right: 8px;
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	width: 110px;
	white-space: nowrap;
}
table.formTable td.fieldTitleRequired
{
	padding-right: 8px;
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	width: 110px;
	white-space: nowrap;
	background-image: url(../../Resource/Image/field_title_required_bg.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
}
table.formTable td.checkAllBox
{
	text-align: right;
}
table.NewFormTable
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	width: 100%;
	border-collapse: collapse;
	height: 5px;
}
table.NewFormTable td
{
	padding: 2px;
	border-bottom: dotted 1px #CCCCCC;
	text-align: left;
}
table.NewFormTable td.fieldTitle
{
	padding-right: 8px;
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	width: 110px;
	white-space: nowrap;
}
table.NewFormTable td.fieldTitleRequired
{
	padding-right: 8px;
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	width: 110px;
	white-space: nowrap;
	background-image: url(../../Resource/Image/field_title_required_bg.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
}

