/* FORM STUFF */
form { }
form p {margin: 2px;font-size: 10px; font-family: Verdana, Arial, sans-serif; }

fieldset {border: 1px silver dashed;  padding: 12px 0 6px 6px; margin-top: 12px; font-weight: bold;}
legend {background-color: #ffffff; padding-bottom: 12px;}
/* float left for saf. ie honnors just width... */
label { float: left; width: 146px; font-weight: normal;}	
input { width: 192px;}
textarea { width: 280px; height: 120px;}

.button {width: 64px; background-color: #ff0000; color: #ffffff; border: none;}

/* CALCULATED ELEMENTS */
.badentry {color:red;}
.formlabel {color:teal;}