.TextInput {
  Font: Normal 10pt Arial;
  Color: #634924;
  Border: 1px Solid #634924;
  Width: 205px;
}

.SignUpLink {
  Font: Bold 10pt Arial;
  Color: #FFFFFF;
  Background-Color: #634924;
  Height: 20px; 
  Text-Decoration: None;
}

.SignUpLink:Hover {
  Text-Decoration: Underline;
}

div.LoadPDF-Invisible {
  display: None;
}

div.LoadPDF-Visible {
  display: Block;
  possition: Absolute;
  top: 30px;
  left: 0px;
  width: 725px;
  height: 750px;
  text-align: center;
  background: #FFFFFF;
}
