/* Start of CMSMS style sheet 'VGSI - ContactForm' */
.contactform fieldset {
padding: 1em;
background-color: #eee;
}

.contactform fieldset legend {
font-weight: bold;
}

.contactform div {
width: 100%; 
padding: 0.25em 0 0.25em 0;
}

.contactform div.required {
color: #f00;
}

.contactform label {
display:block;
width:200px;
}

.contactform input {
width:200px;
}

.contactform textarea {
width:99%;
}
/* End of 'VGSI - ContactForm' */

