
/* "register" template style sheet */
 
.standard, .standard TD, .standard TH, .standard P {
	color: #FFFFFF;							/* set the font color for the content here */
} 
 
.standard {
/* TODO - attributes */
	vertical-align: top;
	padding: 0px;
	padding-bottom: 4px;
}		

.standard TABLE {
/* TODO - attributes */
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #888888;
}

.standard TH {
/* TODO - attributes */
	padding: 1px; 
	border: 0px;
	background-color: #888888;	
}

.standard TD {
/* TODO - attributes */
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #888888;
}

.standard TH.row {
}

.standard TD.bottom {
	vertical-align: bottom;
}

.standard .regoform TABLE {
/* TODO - attributes */
	margin-top: 8px;
}

.hide { 
	display: none; 
}

.standard th.row, .standard table input .standard table select, .standard td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #231F20;
}

