/* forms.css
 *   for forms only.
 *   -> This is loaded *after* the main stylesheet:
 *        it only contains *differences*.
 * notes: see main stylesheet for css notes, standards, etc.
 * history:
 *   2007 mar 12 jw - modified for tibetanwomen.org
 *   2005 aug 28 jw - changed _ to - in classes.
 *   2005 jun 9  jw - modified for design changes; changed the separator comments.

*/


/* -----------------------------------------------------------
  *** { Forms only *** 
   ----------------------------------------------------------- */

/* -------- { Generic Form parts: -------- */
table#form {
  border-top:    1px solid #006600;
  border-bottom: 1px solid #006600;
}

td.label {
  color: #006600;
}

/* for asterisk on "required" notice */
span.req {
  color: #cc0000;
  font-weight: bold;
  font-size: 150%;
}

textarea {
  background: #ffffff;
}
textarea {
  background: #ffffff;
}
input {
  background: #ffffff;
}
input.admin {
  background: #ffff99;
}


/* e o f */

