﻿table.formTable {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}
table.formTable td {
	padding: 2px;
	border-bottom: dotted 1px #CCCCCC;
	
	/*white-space: nowrap;*/
}
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;
}