.wFormWebPage {
     background-color: #bfbfbf;
}

.wFormTitle {
     background-color: #ffffff;
}

.wFormContainer {
     background-color: #ffffff;
     border-style: solid;
     border-width: 3px;
     border-color: #000000;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .oneField {
     font-size: 12px;
     border-style: none;
     border-width: 0px;
     border-color: #cd31de;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: small;
     font-weight: bold;
}

.wForm .postField {
     font-size: small;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
}

