.submit input
{
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  color: #333333;
  font-family: tahoma;
  letter-spacing: 1px;
  font-size: smaller;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 5px 3px 5px;
}
.requiredtoken
{
  color:#CC0000;
  font-family: Verdana;
  font-weight: bold;
  font-size: 14px;
}
.commentText
{
  font-style: italic;
}
.TextQuestion
{
  padding-bottom: 7px;
}
.ChoiceQuestion
{
  padding-bottom: 7px;
}
input.text
{
  font-family: Verdana;
  font-size: 11px;
  width: 400px;
}
textarea
{
  font-family: Verdana;
  font-size: 11px;
  width: 100%;
  height: 50px;
}
