table.Clayton 
{
	width: 100%;
	border-bottom: 1px solid #AAA;
	margin-bottom: 20px;
}

table.Clayton td {
    padding: 5px;
}

table.Clayton td.headerCell {
	visibility: hidden;
}

table.Clayton td.labelCell 
{
	vertical-align: top;
	text-align: right;
	width: 200px;
}

table.Clayton .fieldsetTitle {
	font-weight: bold;
	font-size: 150%;
}

table.Clayton td.labelCell .label {
}

table.Clayton td.inputCell 
{
	width: 250px;
}

table.Clayton td.inputCell .input {
}

table.Clayton td.submitCell {
    text-align: center;
    padding: 20px;
}

