table, tr, td {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

hr.smallrow {
  height: 0px;
  border: solid #000000 0px;
  border-top-width: 1px;
}

input, checkbox, select, textarea {
  background-color: #fff7ce;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: none;
  border-bottom: 1px;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #000000;
}

input.notopborder {
  background-color: #fff7ce;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: none;
  border-bottom: 1px;
  border-top: 0px;
  border-right: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #000000;
}

input.noborder {
  background-color: #fff7ce;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: none;
  border-bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: #000000;
}

font.admintitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: black;
  text-decoration: none;
}
