.invisible_form_error
{
  display:none;
}

.visible_form_error
{
  color:#F00;
  display:inline;
  font-size:110%;
  font-weight:bold;
}
