.wForm .postField {
     color: #080808;
}

.wForm fieldset {
     border-color: #050505;
     border-style: solid;
     color: #0a0a0a;
}

.wForm .oneField {
     color: #030303;
}

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

.wFormTitle {
     color: #050505;
}

.wFormContainer {
     color: #0f0f0f;
}

.wForm legend, .wForm h4 {
     color: #4a66c2;
}

.wForm .preField, .wForm .inlineLabel {
     color: #080808;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #eb8415;
     color: #ffffff;
}

