
label 
{
  float: left;
  width: 150px;
  font-weight: bold;
}

input, select 
{
  margin-bottom: 3px;
}

.button 
{
  font-size: 1.5em;
  background-color:#003366;
  color: #FFBF00;
  border-color:#0F00AD;
  
}
 
.left 
{
  margin-left: 150px;
}

.txtFormLegend 
{
  color:#993399;
  font-weight: bold;
  font-size: large;
}

.txtSmall 
{
  color: #333366;
  font-size: smaller;
}

.hidden 
{
  display: none;
}

.error 
{
  display:inline;
  margin-left: 0px;
  color: #ff0000;
  font-size:12px;
}

