/* see http://alistapart.com/articles/practicalcss
I think 1/5 CSS files on the internet refer to that document ;) */

body {
	background-color : #c0ffc0;
  }

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

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

div.row span.formw {
	float: left;
	width: 335px;
	text-align: left;
  } 
  
div.row span.title {
	float: left;
	width: 200px;
	text-align: center;
  }

div.row span.blanks {
	float: right;
	width: 200px;
	text-align: right;
  } 