.wFormWebPage {
     background-repeat: no-repeat;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #76297f;
     font-size: 30px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #76297f;
     border-color: #f26924;
     border-style: solid;
     color: #ffffff;
}

.wForm fieldset {
     border-color: #76297f;
     border-style: solid;
}

.wForm .field-hint {
     color: #f26924;
}

.wForm .oneField {
     color: #000000;
}

