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

.wFormContainer {
     background-color: #f7fcf7;
     color: #254029;
     border-color: #c7ccc7;
     border-width: 1px;
     border-style: solid;
     margin: -1px;
}

.wFormContainer a {
     color: #007510;
}

.wForm fieldset {
     border-color: #1e3321;
     border-width: 1px;
     border-style: dotted;
     margin: -1px;
}

.wForm legend {
     color: #cc6135;
     font-family: Georgia, serif;
     font-weight: bold;
}

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

.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;
}

.wFormContainer .errFld {
     border-color: #a89216;
}

.wFormContainer .errMsg {
     color: #a89216;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #016e10;
}

.wForm .field-hint-inactive {
     color: #aaaaaa;
     font-size: 12px;
     font-family: Georgia, serif;
}

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

.wFormWebPage div.wFormContainer {
     font-family: Georgia, serif;
     font-weight: inherit;
}

.wFormContainer h3.wFormTitle {
     font-family: Georgia, serif;
}

.wFormContainer .wForm fieldset {
     font-family: Georgia, serif;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Georgia, serif;
     font-size: 14px;
}

.wForm .postField {
     font-family: Georgia, serif;
     font-size: 14px;
}

.wFormContainer .wForm .hintsTooltip .field-hint, .wForm .hintsSide .field-hint {
     font-family: Georgia, serif;
     font-size: 12px;
}

