/* Start of CMSMS style sheet 'aanvraagform' */
.contactform fieldset {
  padding: 1em; 
  background-color: #FFE4C4; 
  width: 65%;
} 
.contactform fieldset legend {
  font-weight: bold;
} 
.contactform div {
  width: 100%; 
  padding: 0.25em 0 0.25em 0;

  text-align: left;
} 
.contactform div label {
 display: block; 
  width: 25em; 
} 
.contactform div.required {
  color: #f00;
} 
/* End of 'aanvraagform' */

