.wFormContainer {
     background-color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormWebPage {
     background-color: #1a468c;
}

.wForm legend, .wForm h4 {
     color: #1a468c;
     border-color: #ffffff;
     border-style: solid;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm fieldset {
     border-color: #1a468c;
     border-style: solid;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .oneField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
}

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

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-style: inherit;
     font-weight: inherit;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Arial, Arial, Helvetica, sans-serif;
     background-color: #fcb34c;
     color: #ffffff;
     border-color: #fcb34c;
     border-style: solid;
     font-weight: bold;
}

.wForm #wfTabNav {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

