/* Start of CMSMS style sheet 'vaw_forms' */
.contactform {
   width: 400px;
}

.error_message {
   padding: 6px;
   color: red;
}

.contactform fieldset {

}

.contactform fieldset legend {

}

.contactform fieldset .required {

}

.contactform fieldset label {
   display: block;
   padding: 2px 0px;
}

.contactform fieldset input {
   font-size: 11px;
   background-color: #eeeeee;
   border: 1px solid #666666;
}

.contactform fieldset checkbox {
   font-size: 11px;
   background-color: #eeeeee;
   border: 1px solid #666666;
}

.contactform fieldset textarea {
   font-size: 11px;
   background-color: #eeeeee;
   border: 1px solid #666666;
   
}

.contactform fieldset select {
   font-size: 11px;
   background-color: #eeeeee;
   border: 1px solid #666666;
}

.contactform fieldset submit {
   font-size: 11px;
   background-color: #eeeeee;
   border: 1px solid #666666;
}

.captcha {

}

.captcha fieldset label {
   display: block;
   padding: 2px 0px;
}

.captcha fieldset .captchapict {
   padding-top: 10px;
}

.captcha fieldset input {
   font-size: 11px;
   background-color: #eeeeee;
   border: 1px solid #666666;
}


/* End of 'vaw_forms' */

