body 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000000;
}
label 
{
  float: left;
  width: 150px;
  font-weight: bold;
}
input, select 
{
  margin-bottom: 3px;
}
.button 
{
  font-size: 11px;
}
.left 
{
  margin-left: 150px;
}
.txtFormLegend 
{
  font-size: 11px;
  padding:5px;
  color:silver;
}
.txtSmall 
{
  color: #999999;
  font-size: smaller;
}
.hidden 
{
  display: none;
}
.error 
{
  display: block;
  margin-left: 150px;
  color: #ff0000;
}
fieldset { margin-top:10px; border:1px solid silver; padding:10px; width:340px;}
