span.required
  {
  color:#ff0000;
  font-weight : bold;
  }

span.notrequired
  {
  color:#008080;
  font-weight : bold;
  }

