.formTable {
  border-style: none;
  border-width: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #553399;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #553399;
}

.formHeader {
  background-color: #553355;
  font-size: 18px;
  font-family: "trebuchet ms", georgia, garamond, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #eeeeee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #553399;

  padding: 10px;
  padding-left: 2px;
}

/* basically the same as formHeader but only the font stuff */
.formTitle {
  font-size: 18px;
  font-family: "trebuchet ms", georgia, garamond, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #eeeeee;
}

.formSubtitle {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #eeeeee;
}


.formHr {
  height:1px;
  size: 1px;
  color: #553399;
}

.formNormal {
  padding: 4px;
}

.formSubmit {
  font-size: 8pt;
  font-family: verdana,helvetica,sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
}

.formAsterisk {
  color: rgb(255, 102, 0);
  font-size: 10pt;
  font-family: tahoma,"trebuchet ms",verdana,helvetica,sans-serif;
  font-weight: 500;
  font-variant: normal;
  font-style:normal;
}


.formInfo {
  font-size: 8pt;
  font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  color: #eeeeee;
}




.formField {
  padding: 4px;
  font-weight: bold;
  color: #eeeeee;
}

.formValue {
  padding: 4px;
  color: #eeeeee;
}


.formFooter {
  padding: 10px;
  color: #eeeeee;
}




.textInput {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-variant: normal;
  color: rgb(55,55,55);
}


