TD.pasek {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
  color: #666666;
}

TD.pasek2 {
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica;
  color: #666666;
}

A.link {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
  color: #9A0B0D;
  text-decoration : none;
}

A.link:hover {
  text-decoration : none;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
  color: #666666;
}

input.formik {
        color: #9A0B0D;
        font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
        border-bottom : 1px groove #C8C8C8;
        border-left : 1px groove #C8C8C8;
        border-right : 1px groove #C8C8C8;
        border-top : 1px groove #C8C8C8;
        background : White;
}


SELECT.form {
        color: #9A0B0D;
        font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
        border-bottom : 1px groove #C8C8C8;
        border-left : 1px groove #C8C8C8;
        border-right : 1px groove #C8C8C8;
        border-top : 1px groove #C8C8C8;
        background : White;
}

TEXTAREA.form {
        color: #9A0B0D;
        font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
        border-bottom : 1px groove #C8C8C8;
        border-left : 1px groove #C8C8C8;
        border-right : 1px groove #C8C8C8;
        border-top : 1px groove #C8C8C8;
        background : White;
}

