.wForm .oneField {
     color: #000000;
     font-size: 16px;
     text-align: left;
}

.wFormContainer {
     color: #000000;
}

.wFormTitle {
     color: #000000;
}

.wForm legend, .wForm h4 {
     color: #000000;
}

.wForm fieldset {
     color: #000000;
     text-align: left;
}

.wForm .preField, .wForm .inlineLabel {
     color: #000000;
     text-align: left;
     font-size: 16px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #000000;
     font-size: 16px;
     text-align: left;
}

.wForm .postField {
     color: #000000;
     text-align: left;
     font-size: 16px;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #000000;
     text-align: left;
     font-size: 18px;
}

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

