.wFormTitle {
     color: #000070;
     border-color: #800000;
     border-style: solid;
     font-size: x-large;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormContainer {
     color: #000070;
     border-color: #800000;
     border-style: solid;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormContainer a {
     color: #000070;
}

.wForm legend, .wForm h4 {
     color: #000070;
     border-style: none;
     font-size: large;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm fieldset {
     color: #000070;
     border-color: #800000;
     border-style: solid;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

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

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

.wForm .postField {
     color: #000070;
     border-color: #800000;
     border-style: none;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

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

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

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ffffff;
     background-color: #800000;
     font-size: px;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

