#register_auditor .textbox{
  padding: 3px;
  width: 200px;
  margin: 2px;
}
#register_auditor .textbox.small{
  min-width: 150px;
  width: 150px;
}
#register_auditor .caption{
  width: 180px;
  white-space: normal
}
.previous-ffc{
 margin-bottom: 20px;
 display: none;
}  
.previous-ffc td{
  text-align: center; 
  background: #f3efe3;
  padding: 2px;
}

#register_auditor .hide{
 display: none;
}

#register_auditor .form-error{
 color: red;
 margin: 5px;
 display: block;
}