input.form,select.form {
  width           : 250px;
  border          : 1px solid #999999;
  font            : normal 12px arial;
  color           : #444444;
}

/* ---------------------------------------------------------- */
/* -- form -------------------------------------------------- */
table.form {
  width           : 500px;
}

td.form_header {
  border-bottom   : 1px solid #2D3393;
  padding-top     : 25px;
  text-indent     : 25px;
  font            : bold 13px arial;
  color           : #2D3393;
}
/* ---------------------------------------------------------- */
