.wFormWebPage {
     background-color: #ffffff;
     background-image: none;
}

.wFormContainer {
     background-color: #ffffff;
     border-color: #877f87;
     color: #000000;
     font-style: inherit;
     text-align: left;
     border-style: groove;
     border-width: 10px;
}

.wFormTitle {
     background-color: #ffffff;
     color: #de0b1d;
     border-style: none;
     font-size: 24px;
     text-align: center;
}

.wForm form {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
}

.wFormContainer a {
     color: #87878f;
     cursor: auto;
     display: inline;
     height: auto;
     text-decoration: underline;
     width: auto;
}

.wForm fieldset {
     color: #121212;
     background-color: #ffffff;
     border-color: #c9c1c3;
     border-style: solid;
}

.wForm legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm form table {
     color: #000000;
}

.wForm .oneField {
     background-color: #ffffff;
}

.wForm .preField {
     background-color: #ffffff;
}

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
}

.wForm input {
     color: #000000;
     background-color: #ffffff;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #000000;
     background-color: #cccccc;
     border-color: #999999;
     border-style: solid;
     border-width: 1px;
}

.wForm legend, .wForm h4 {
     font-style: inherit;
     text-align: center;
}

.wForm .field-hint {
     font-style: italic;
}

.wForm .field-hint-inactive {
     font-style: italic;
}

