/* Start of CMSMS style sheet 'Contactform' */
form { width: 430px; }

.contactform fieldset {
   padding: 1em;
   background-color: #eee;
}

.contactform fieldset legend {
   font-weight: bold;
}

.contactform div {

   padding: 0.25em 0 0.25em 0;
}

.contactform div label {
   display: block; 
   width: 30em; 
}

.contactform div.required {
   color: #000;
}
/* End of 'Contactform' */

