table.full {
	width: 525px;
	font: 90% verdana,arial,sans-serif; }

table.textForm {
	width: 500px;
	font: 90% verdana,arial,sans-serif; }

td.required {
	width: 200px;
	text-align: right; 
	font-weight: bold;
	border-bottom: solid 1px #ccc; }

span.small {
	font: 90% verdana,arial,sans-serif;
	color: #666; }

td.requiredWide {
	font-weight: bold; 
	padding-top: 8px;
	border-bottom: solid 1px #ccc; }
	
td.label { 
	text-align: right;
	border-bottom: solid 1px #ccc; }

td.field { 
	border-bottom: solid 1px #ccc; }
	
td.field input {
	width: 300px; height: 24px; 
	padding: 3px;
	font: 100% verdana,arial,sans-serif; } 

td.multiple { 
	padding-bottom: 15px; }
	
td.multiple div.col {
	float: left; display: inline;
	width: 160px;
	margin-right: 15px;
	text-align: left; }

td.multiple div.colLast {
	width: 160px;
	text-align: left; }

td.multiple div.colWide {
	float: left; display: inline;
	width: 250px;
	margin-right: 15px;
	text-align: left; }

td.multiple div.colWideLast {
	width: 250px;
	text-align: left; }
