.wFormWebPage {
     background-color: #062356;
     background-repeat: repeat;
}

.wFormContainer {
     color: #062356;
     background-color: #ffffff;
     border-color: #f0f0f0;
     border-style: solid;
     border-width: 6px;
}

.wFormTitle {
     color: #c65961;
     border-color: #7dc9a1;
}

.wFormContainer a {
     color: #437fba;
}

.wForm fieldset {
     color: #062356;
     border-color: #2a10cf;
     border-style: solid;
     border-width: 2px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend {
     color: #3c4a54;
}

.wForm .postField {
     color: #062356;
}

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

.wForm form .errFld {
     border-color: #d47624;
}

.wFormContainer .errMsg {
     color: #d47624;
}

.wFormContainer .wForm .hintsTooltip .field-hint,
.wForm .field-hint {
     color: #9c5e63;
}

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

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

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

.wForm legend, .wForm h4 {
     color: #062356;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: dotted;
}

