.wForm form .errFld {
     border-style: solid;
     border-color: #ffffff;
     border-width: 0px;
}

.wFormContainer .errMsg {
     color: #d60b12;
}

.wFormContainer {
     border-style: none;
     border-width: 9px;
     border-color: #393939;
     color: #393939;
     background-repeat: repeat;
}

.wFormTitle {
     color: #ffffff;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: small;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #000000;
     color: #ffffff;
     border-style: solid;
     border-width: 3px;
     border-color: #000000;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     border-radius: 25px;
     text-align: center;
}

.wForm legend {
     border-style: none;
}

.wFormContainer a {
     color: #2f5bfa;
}

.wForm .field-hint-inactive {
     color: #a1a1a1;
}

.wFormWebPage {
     background-image: none;
}

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

.wForm fieldset {
     background-color: #d11f3d;
     color: #ffffff;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     border-color: #ffffff;
     border-style: solid;
}

.wForm legend, .wForm h4 {
     color: #ffffff;
     background-color: #000000;
     border-color: #000000;
     border-style: solid;
     border-radius: 25px;
     border-width: 4px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #000000;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: small;
}

.wForm .oneField {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: small;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wForm .postField {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wForm .field-hint {
     color: #ffe3ff;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     background-color: #ff0000;
}

.wForm #wfTabNav {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ffa1e6;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

