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

.default-form-title {
  color: #336699;

  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 9pt;

  line-height: 11pt;
}

.default-form-text {
  color: #336699;

  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: auto;
  font-size: 9pt;

  line-height: 12pt;
}

.default-form-text-small {
  color: #336699;

  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: auto;
  font-size: 8pt;

  line-height: 9pt;
}

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

  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 17pt;

  line-height: 17pt;
}

.default-form-input {
  color: #000000;
  background-color: #AB930D;
  border-color: #FFFFFF;
  scrollbar-base-color: #FFFFFF;

  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 8pt;
}

.default-form-button {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #AB930D;

  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 9pt;
}

.default-form-button-small {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #AB930D;

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

  height: 15pt;
}

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