.wFormWebPage {
     background-color: #28a294;
}

.wFormContainer {
     background-color: #ffffff;
     color: #000000;
     border-color: #393939;
     border-style: solid;
     border-width: 2px;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormTitle {
     font-family: Georgia, serif;
     color: #ffffff;
     font-size: 1px;
}

.wFormContainer a {
     color: #29a294;
}

.wForm fieldset {
     color: #000000;
     border-color: #000000;
     border-style: solid;
}

.wForm legend {
     color: #cc6135;
}

.wForm .postField {
     color: #003866;
}

.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 {
     border-color: #a89216;
}

.wFormContainer .errMsg {
     color: #a89216;
}

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

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

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

.wForm input[type=button], .wForm input[type=submit] {
     border-color: #ffffff;
     border-style: solid;
     color: #ffffff;
     border-width: 2px;
     background-color: #f47b30;
     border-radius: 8px;
     font-family: Georgia, serif;
}

.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 legend, .wForm h4 {
     color: #ffffff;
     background-color: #2cafa4;
     font-family: Georgia, serif;
     font-size: 13px;
}

.wForm .oneField {
     color: #000000;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     border-style: solid;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-width: 1px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     background-color: #f5f5f5;
}

