body 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000000;
}

label 
{
  float: left;
  width: 100px;
  font-weight: normal;
}

input, select 
{
  margin-bottom: 3px;
}

.button 
{
  font-size: 1em;
}
 
.left 
{
  margin-left: 150px;
}

.txtFormLegend 
{
  color: #9999999;
  font-weight: normal;
  font-size: 12px;
}

.txtSmall 
{
  color: #999999;
  font-size: smaller;
}

.hidden 
{
  display: none;
}

.error 
{
  display: block;
  margin-left: 10px;
  color: #990000;
}

