/* Start of CMSMS style sheet 'Form: Contact' */
.contactform {
   font-family:"Lucida Grande","Lucida Sans",Lucida, Verdana, Arial, Helvetica, sans-serif;
   font-size:1.3em;
}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 10em; }
.contactform div.required {color: #000;}

.contactform div.required input, 
.contactform div.required textarea {
   border:1px solid #abadb3;
   background-color:#ffffaa;
}

.contact_msg textarea {width:450px; height:150px;}
/* End of 'Form: Contact' */

