.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     border-color: #e3e3e3;
     border-style: solid;
     border-width: 1px;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 20px;
     text-align: left;
     border-style: solid;
     color: #005596;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-color: #ffdd00;
     border-style: solid;
     background-repeat: no-repeat;
     font-family: Times New Roman, Times, serif;
     font-size: 13px;
}

.wForm .field-hint {
     font-size: 90%;
     background-color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #005596;
     background-repeat: no-repeat;
}

.wForm .field-hint-inactive {
     font-size: 90%;
}

.wForm .label.reqMark:after {
     color: #ff0000;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ff0000;
     padding: px;
     font-family: Times New Roman, Times, serif;
     font-size: 12px;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #ffdd00;
     color: #00056c;
     border-color: #005596;
     border-style: solid;
     border-radius: 8px;
     background-repeat: no-repeat;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
     width: 130px;
     height: 50px;
     font-weight: bold;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
}

.wForm legend, .wForm h4 {
     color: #005596;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 16px;
}

.wFormContainer a {
     color: #00056c;
}

.wForm .oneField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     background-repeat: no-repeat;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 12px;
}

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
}

.wForm #wfTabNav {
     font-family: Times New Roman, Times, serif;
     font-size: 14px;
}

