div.row {
 clear: both;
 padding-top: 10px;
 }

div.row span.label {
 float: left;
 width: 100px;
 text-align: right;
 }


div.row span.formw {
 float: right;
 width: 400px;
 text-align: left;
 }

div.row2 {
 clear: both;
 padding-top: 10px;
 }

div.row2 span.labela {
 float: left;
 width: 150px;
 text-align: right;
 }

div.row2 span.forma {
 float: right;
 width: 350px;
 text-align: left;
} 

div.rowrej {
 clear: both;
 padding-top: 10px;
}

div.rowrej span.labelr {
 float: left;
 width: 200px;
 text-align: right;
 }

div.rowrej span.formr {
 float: right;
 width: 370px;
 text-align: left;
} 

