.wFormWebPage {
     background-color: #e5e5e5;
     background-position: top center;
}

.wFormTitle {
     background-color: #25367c;
     font-family: Arial, Arial, Helvetica, sans-serif;
     background-position: top center;
     background-repeat: no-repeat;
     width: px;
     height: px;
     color: #25367c;
     padding: px;
     margin: px;
}

.wFormContainer {
     background-color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm legend, .wForm h4 {
     background-color: #00287e;
     color: #35b335;
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

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

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .field-hint {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ff0000;
}

.wForm #wfTabNav {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm form .errFld {
     border-color: #ff0000;
     border-style: solid;
}

