#formcontainer { 
	width: 470px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px 0px 0px 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

div.rowcontent {
	margin: 15px 0px 0px 0px;
	width: 410px;
  }

div.row {
  width: 450px;
  HEIGHT: 25PX;
  }

div.row span.label {
	Font-Size: 11px;
	Font-Weight: bold;
	COLOR: #333333;
	Text-Decoration: none;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
	float: left;
	width: 190px;
	margin: 0px 0px 5px 0px;
	text-align: right;
  }

div.row span.formw {
  float: right;
  width: 250px;
  margin: 0px 0px 5px 0px;
  text-align: left;
  }

div.row span.formbutts {
  float: right;
  width: 250px;
  margin: 10px 0px 5px 0px;
  text-align: left;
  }



div.row span.labelcomments {
	Font-Size: 11px;
	Font-Weight: bold;
	COLOR: #333333;
	Text-Decoration: none;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
	float: left;
	width: 180px;
	margin: 0px 0px 85px 0px;
	text-align: right;
  }


div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 51%;
  }

div.container {
  border: 1px dashed #666;
  }


.textinput { background-color:#F8F8F8; color: #333333; font-size: 11px; BORDER: 1px solid #CCCCCC; font-family: Tahoma, Verdana, Arial }
select { background-color:#F8F8F8; color: #333333; font-size: 11px; BORDER: 1px solid #CCCCCC; font-family: Tahoma, Verdana, Arial }
textarea { background-color:#F8F8F8; color: #333333; font-size: 11px; BORDER: 1px solid #CCCCCC; font-family: Tahoma, Verdana, Arial }
submit { font-size: 11px; font-family: Tahoma, Verdana, Arial }

