.wFormWebPage {
     background-color: #e0e2e2;
}

.wFormContainer {
     background-color: #ffffff;
     color: #5e5f60;
     border-style: solid;
     border-width: 0px;
}

.wFormContainer a {
     color: #97002d;
}

.wForm fieldset {
     color: #5a5b5c;
     border-style: none;
}

.wForm legend {
     color: #1c1821;
}

.wForm .postField {
     color: #000000;
     font-weight: inherit;
     text-align: inherit;
     width: px;
     padding: px;
     margin: px;
     height: px;
}

.wForm textarea {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     background: #FFFFFF;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

.wForm input {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
}

.wForm form .primaryAction {
     background-color: #FFFFFF;
     color: #000;
     border-color: #999 #999 #555 #999;
}

.wForm form .primaryAction:hover {
     color: #187db3;
     border-color: #666 #666 #222 #666;
}

.wForm form .secondaryAction {
     color: #000;
}

.wForm form .secondaryAction:hover {
     color: #f00;
}

.wForm form .errFld {
     color: #92ba59;
}

.wFormContainer .errMsg {
     color: #92ba59;
}

.wFormContainer .wForm .hintsTooltip .field-hint,
.wForm .field-hint {
     color: #675769;
}

.wFormContainer .supportInfo a:link {
     color: #6b786d;
}

.wForm .oneField input {
     background: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 2px 0 2px 2px;
}

.wForm .oneChoice input {
     border: none !important;
     background: none !important;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-width: 2px;
     border-style: solid;
     color: #97002d;
     border-color: #97002d;
     font-weight: bold;
}

.wFormTitle {
     border-style: solid;
     color: #0d3049;
     border-radius: 0px;
     font-family: inherit;
     font-weight: bold;
}

.wForm legend, .wForm h4 {
     color: #575859;
}

.wForm .oneField {
     color: #000000;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
     color: #000000;
}

.wForm #wfTabNav {
     color: #505050;
}

.wForm .field-hint {
     color: #000000;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
}

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

