.wFormWebPage {
     background-color: #c2d3ff;
}

.wFormContainer {
     background-color: #eef6ff;
     color: #36455e;
     border-color: #36455e;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

.wFormContainer a {
     color: #3061b0;
}

.wForm fieldset {
     border-color: #36455e;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend {
     color: #36455e;
}

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

.wFormContainer .errMsg {
     color: #de7225;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #0a2a5e;
}

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

.wFormContainer .supportInfo a:link {
     color: #454545;
}

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
}


