.wForm fieldset {
     background-color: #ececec;
     color: #1f3d7c;
     border-style: none;
}

.wFormTitle {
     color: #1f3d7c;
}

.wFormContainer {
     color: #1f3d7c;
}

.wForm legend, .wForm h4 {
     color: #1f3d7c;
}

.wForm .oneField {
     color: #1f3d7c;
}

.wForm .preField, .wForm .inlineLabel {
     color: #1f3d7c;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #1f3d7c;
}

.wForm .postField {
     color: #1f3d7c;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #1f3d7c;
}

.wForm .field-hint {
     color: #1f3d7c;
}

