body 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000000;
}

label 
{
  float: left;
  width: 200px;
  font-weight: bold;
  font-size: smaller;
}

input, select 
{
  margin-bottom: 3px;
}

.button 
{
  font-size: 2em;
}

.left 
{
  margin-left: 200px;
}

.txtFormLegend 
{
  color: #777777;
  font-weight: bold;
  font-size: large;
}

.txtSmall 
{
  color: #999999;
  font-size: smaller;
}

.hidden 
{
  display: none;
}

.error 
{
  display: block;
  margin-left: 200px;
  color: #ff0000;
}

.error2
{
  display: block;
  margin-left: 200px;
  color: #00ff00;
}