.wFormWebPage {
     background-color: #34667b;
}

.wFormContainer {
     background-color: #fffcff;
     border-color: #ffffff;
     color: #454545;
     text-align: left;
     font-size: px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     padding: 50px;
     margin: px;
}

.wFormTitle {
     background-color: #ffffff;
     color: #000000;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 32px;
     text-align: left;
     font-weight: bold;
     padding: px;
     margin: px;
}

.wForm form {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
}

.wFormContainer a {
     color: #40910e;
     cursor: auto;
     display: inline;
     height: auto;
     text-decoration: underline;
     width: auto;
}

.wForm fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
     padding: 20px;
     font-size: 12px;
}

.wForm legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm form table {
     color: #000000;
}

.wForm .oneField {
     background-color: #ffffff;
     font-size: px;
     padding: px;
}

.wForm .preField {
     background-color: #ffffff;
}

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
}

.wForm input {
     color: #000000;
     background-color: #ffffff;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #1c60a8;
     border-color: #999999;
     border-style: solid;
     border-width: 1px;
     font-size: 16px;
     font-weight: bold;
     text-align: center;
     padding: 15px;
     border-radius: 8px;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: inherit;
     font-size: 24px;
     text-align: left;
     color: #063646;
     padding: px;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 14px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #f0f0f0;
     border-style: solid;
     border-width: 1px;
     padding: 5px;
     margin: px;
}

.wForm .field-hint {
     font-size: 14px;
     background-color: #cbdcf2;
     font-weight: inherit;
     text-align: left;
     padding: 5px;
}

.wForm .label.reqMark:after {
     font-size: px;
}

.wForm #wfTabNav {
     font-size: px;
     padding: px;
}

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

.wForm .wfTabSep {
     padding: 5px;
     font-weight: inherit;
}

