body
{
  font-family:"Helvetica";
  font-size:12pt;
}

input
{
  background-color:black;
  color:white;
  border:1px solid white;
  font-size:12pt;
}

textarea
{
  background-color:black;
  color:white;
  border:1px solid white;
  font-size:12pt;
}

fieldset
{
  border:1px solid white;
}

.comment
{
  border-top:1px solid #A0A0A0;
  color:#DDDDDD;
  font-size:9pt;
  width:650px;
  padding:10px;
  margin-top:10px;
  height:auto;
  min-height:10px;
  background-color:#121212;
  float:right;
}