.wFormWebPage {
     background-color: #ffffff;
}

.wFormTitle {
     background-color: #ffffff;
     color: #ff0000;
     border-color: #000000;
     border-style: solid;
     font-family: Georgia, serif;
     text-align: center;
     font-weight: bold;
     font-style: inherit;
     font-size: 28px;
     border-width: 4px;
     border-radius: 0px;
}

.wFormContainer {
     color: #000000;
     font-family: Georgia, serif;
     font-weight: inherit;
     text-align: left;
     font-size: 22px;
     border-color: #a6a4a4;
     border-style: outset;
     border-width: 8px;
}

.wFormContainer a {
     color: #0000ff;
}

.wForm legend, .wForm h4 {
     color: #ff0000;
     font-family: Georgia, serif;
     font-weight: inherit;
     font-size: 22px;
     border-color: #000000;
     border-style: solid;
     border-width: 0px;
}

.wForm fieldset {
     color: #000000;
     font-size: 18px;
     font-family: Georgia, serif;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #000000;
     font-family: Georgia, serif;
     font-size: 18px;
     border-color: #a6a4c2;
     border-style: solid;
}

.wForm .oneField {
     color: #000000;
     font-family: Georgia, serif;
     font-size: 18px;
}

.wForm .preField, .wForm .inlineLabel {
     color: #000000;
     font-family: Georgia, serif;
     font-size: 18px;
}

.wForm .postField {
     color: #000000;
     font-family: Georgia, serif;
     font-size: 18px;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     font-size: 18px;
     font-family: Georgia, serif;
     background-color: #ff0000;
     border-color: #000000;
     border-style: solid;
}

.wForm .field-hint {
     color: #646464;
     font-family: Georgia, serif;
     font-size: 14px;
     font-style: italic;
}

.wForm .field-hint-inactive {
     color: #646464;
     font-family: Georgia, serif;
     font-size: 14px;
     font-style: italic;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Georgia, serif;
     font-size: 18px;
     color: #ff0000;
}

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

