.wFormWebPage {
     background-image: none;
     background-color: #438bc5;
}

.wFormContainer {
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: inherit;
     border-style: solid;
     border-width: 2px;
     background-color: #ffffff;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 25px;
     border-width: px;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     text-align: center;
     width: px;
     height: px;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-style: inherit;
     background-repeat: no-repeat;
     border-radius: 25px;
     border-style: none;
     width: auto ;
     height: auto;
     padding: px;
     font-weight: bold;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
     background-color: #ffffff;
}

.wForm .postField {
     border-style: none;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     text-align: left;
     font-weight: inherit;
     font-style: italic;
}

.wForm form .errFld {
     border-style: none;
     border-width: 0px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     width: px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-weight: bold;
     text-align: left;
     border-radius: 0px;
     border-width: 2px;
     background-color: #c55d18;
     color: #ffffff;
}

.wForm .field-hint {
     font-style: italic;
     color: #4f214d;
     font-weight: bold;
     text-align: inherit;
}

.wForm .field-hint-inactive {
     color: #4f214d;
     font-weight: bold;
     font-style: italic;
}

.wForm .wfTabCurrentPage {
     font-style: inherit;
}

.wForm .wfTabSep {
     font-style: inherit;
     color: #000000;
}

.wForm #wfTabNav {
     background-color: #7a7c7f;
     border-radius: 22px;
}

