.wForm form .errFld {
     border-style: solid;
     border-color: #FFBBBB;
     border-width: 1px;
}

.wFormContainer .errMsg {
     color: #d60b12;
}

.wFormWebPage {
     background-color: #253363;
}

.wFormContainer {
     background-color: #f5f5f5;
     border-style: solid;
     border-width: 18px;
     border-color: #bdbfcf;
     color: #393939;
     background-repeat: repeat-x;
}

.wFormTitle {
     color: #393939;
     text-align: center;
     border-style: solid;
     border-width: 0px;
     border-radius: 0px;
}

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

.wForm legend {
     border-style: none;
}

.wFormContainer a {
     color: #2f73ae;
}

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

