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: 2em;
}
 
.left 
{
  margin-left: 150px;
}

.txtFormLegend 
{
  color: #777777;
  font-weight: bold;
  font-size: large;
}

.txtSmall 
{
  color: #999999;
  font-size: smaller;
}

.hidden 
{
  display: none;
}

.error 
{
  color: #ffffff;
  background-color:#AA0000;  
}

.fieldrow 
{
  
}
