.tableForm table tr.hidden	{ display: none; }
.tableForm table tr td 		{ padding: 3px 5px 3px 0px; vertical-align: top; }
.tableForm table tr td.fieldLabel		{ width: 150px; }
.tableForm table tr td.fieldRequired 	{ width: 10px; }
.tableForm table tr td.field input 		{ background-color: #fff; }
