.wwFormTable {}
.label {
    font-style:italic;
    float:left;
    width:30%
}
.errorLabel {font-style:italic; color:red; }
.errorMessage {font-weight:bold; text-align: left; color:red; }
.checkboxLabel {
   font-style:italic;
    float:left;
    width:30%
}
.checkboxErrorLabel {color:red; }
.required {color:red;}

#wwctrl_entry_submit {text-align:left; }