/* ------------------------------------------------------------------------------------------ */

.default-form-title {
  color: #999999;
  background-color: #FFFFFF;

  font-family: "courier new", courier, monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;

  font-size: 9pt;
  line-height: 11pt;
}

.default-form-text {
  color: #999999;
  background-color: #FFFFFF;

  font-family: "courier new", courier, monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  font-size: 9pt;
  line-height: 11pt;
}

.default-form-text-small {
  color: #999999;
  background-color: #FFFFFF;

  font-family: "courier new", courier, monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  font-size: 8pt;
  line-height: 8pt;
}

.default-form-numbers {
  color: #999999;
  background-color: #FFFFFF;

  font-family: "courier new", courier, monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;

  font-size: 17pt;
  line-height: 17pt;
}

.default-form-input {
  color: #000000;
  background: #EEEEEE;

  font-family: "courier new", courier, monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  font-size: 9pt;
  line-height: 11pt;
}

.default-form-input-small {
  color: #000000;
  background: #EEEEEE;

  font-family: "courier new", courier, monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  font-size: 8pt;
  line-height: 9pt;
  letter-spacing: -0.5pt;
}

.default-form-textarea {
  color: #000000;
  background: #EEEEEE;

  font-family: "courier new", courier, monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  font-size: 9pt;
  line-height: 11pt;
}

.default-form-button {
  color: #FFFFFF;
  background: #999999;

  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  font-size: 9pt;
  line-height: 11pt;
}

.default-form-button-small {
  color: #FFFFFF;
  background: #999999;

  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  font-size: 7pt;
  line-height: 9pt;
}

/* ------------------------------------------------------------------------------------------ */
