.descriptions_maintable {
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #adaa59;
  position: absolute;
  left: 0;
  top: 0;
}
.descriptions_text {
  font-family: "Verdana";
  font-size: 10px;
  color: #454545;
}
.descriptions_title {
  font-family: "Gill Sans,Sans Serif,Arial";
  font-size: 16pt;
  font-weight: bold;
  color: #4e5255;
}
input {
  font-family: "Verdana";
  font-size: 10px;
  border: 1px solid #adaa59;  /* this makes the inputs flat and simple */
  color: #333333;
}
.loginform {
  font-family: "Verdana";
  font-size: 11px;
  padding-left: 32px;
}

img.border {
  border: 1px solid #333333;
}