
.formhandler_header { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  color: #FFFFFF; 
  font-style: italic;
  }

.formhandler_instructions { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  }

.formhandler_info { 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  font-size: 11px; 
  color: #AA0000; 
  font-style: italic;
  }

.formhandler_label { 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  font-size: 11px; 
  color: #000000; 
  }

.formhandler_input { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  background-color: #FFFFFF;
  border: inset 1px #000000;
  height: 20;
  }

.formhandler_text_no_border { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  background-color: #FFFFFF;
  height: 20;
  width: 250;
  }
  
.formhandler_text { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  background-color: #FFFFFF;
  border: inset 1px #000000;
  height: 20;
  width: 250;
  }

.formhandler_textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  background-color: #FFFFFF;
  border: inset 1px #000000;
  height: 60;
  width: 250;
  overflow: auto;
  }

.formhandler_textarea_sm { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  background-color: #FFFFFF;
  border: inset 1px #000000;
  height: 20;
  width: 250;
  overflow: auto;
  }

.formhandler_multiselect { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  background-color: #FFFFFF;
  border: inset 1px #000000;
  height: 120;
  width: 200;
  }

.formhandler_file { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  background-color: #FFFFFF;
  border: inset 1px #000000;
  height: 20;
  width: 250;
  }

.formhandler_value { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  }

.formhandler_button {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  font-weight: bold;
  background-color: #CCCCCC;
  border-bottom: outset 1px #888899;
  border-right: outset 1px #888899;
  border-top: outset 1px #FCFCFF;
  border-left: outset 1px #FCFCFF;
  cursor: hand;
  height: 20;
  }

.formhandler_table {
  background-color: #FFFFFF;
  border: solid 1px #000000;
  }

.formhandler_content {
  background-color: #FFFFFF;
  border-top: thin solid 1px #FFFFFF;
  border-bottom: thin solid 1px #CCCCCC;
  }

.formhandler_tableheader {
  background-color: #000066;
  }

.formhandler_error {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #AA0000;
  font-weight: bold;
  }

.formhandler_link { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #AA0000;
  text-decoration: underline;
  }

.formhandler_link:visited { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #AA0000;
  text-decoration: underline;
  }

.formhandler_link:hover { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #AA0000;
  text-decoration: none;
  }
  
.formhandler_highlight {
  background-color: #AFAFAF;
  }
