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

div.row span.label {
  float: left;
  width: 175px;
  text-align: right;
  font-weight:bold;
font-family:Verdana,sans-serif;
font-size:12px;
color:#12729C;
  }

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

  div.spacer {
  clear: both;
  }


INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	color: #000080;
	background-color: #E0FFFF;
	border: inset 1px #708090;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
background:url(images/formbg.gif) repeat-x left top;
}
