/* This file only exists to save us from the dreaded tables!!!!!! 
acknowledgements to "http://www.alistapart.com/articles/practicalcss/"
*/
div.row {
  clear: both;
  padding-top: 10px;
  width: 500px;
  }

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

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