.formText
{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
}

.formLabel
{
   color: #D8A64D;
}

.formButton
{
   border: thin outset #D8A64D; 
   background-color: #867851; 
   color: #351311;
}

.formField
{
   border: thin outset #D8A64D;
   background-color: #867851;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #351311;
   padding-left: 5px;
}

#content{
margin-top: 30px;
}
