<!--

 form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0; 
}

 form fieldset {
border: 2px solid #999;
}

 form fieldset legend {
color:#000; font-size:16px; padding:0; margin:0; font-weight:bold;
}

 form label { 
	margin: 0;
	padding: 0; 
}

 form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

 form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

 form .required{font-weight:bold;} /* uses class instead of div, more efficient */

 form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
-->

