.wForm .oneField {
     background-position: top left;
}

.wFormTitle {
     background-position: px;
     text-align: center;
}

.wFormContainer {
     color: #ffffff;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #ffffff;
     background-color: #004785;
     text-align: left;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-width: 1px;
     border-radius: 7px;
     border-style: solid;
     color: #ffffff;
     border-color: #ededed;
     background-color: #004785;
     text-align: inherit;
}

.wForm .label.reqMark:after {
     color: #ffffff;
}

.wForm .postField {
     text-align: left;
}

