/* Start of CMSMS style sheet 'Contact Form' */
.contactform fieldset {
    padding: 1em;
}

.error_message {
    display: none;
}

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

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

.contactform label {
    width: 160px;
    float: left;
}

.contactform input{
    width: 200px; 
}

.required_msg {
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px; 
    color: #9c260f;
    font-style: italic;   
}

.contactform textarea{
    width: 200px;
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 12px;   
}

#submit input {
    margin-left: 242px;
    width: 120px;
}
/* End of 'Contact Form' */

