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

div.row label {
  float: left;
  width: 210px;
  text-align: right;
  margin-top: 4px;
  font-size: 70%;
  }

div.row span.formw {
  float: right;
  width: 285px;
  text-align: left;
  } 
  
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
  
form {
	padding: 0px;
	margin: 0px;
	}
 
.mainsection .maincopy {
	padding-bottom: 10px; 
 }