label 
{
  float: left;
  width: 150px;
  font-weight: bold;
}

input, select 
{
  margin-bottom: 3px;
}

.hidden 
{
  display: none;
}

.error 
{
  display: block;
  margin-left: 150px;
  color: #F2D00D;
  font-size: 15px;
}
