.wFormContainer {
     font-family: inherit;
     font-size: 16px;
     line-height: 150%;
     border-color: #e3e3e3;
     border-style: none;
     border-width: 1px;
     margin: 0 auto;
}

.wFormTitle {
     font-family: inherit;
     font-weight: bold;
     font-size: px;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     border-color: #e0e0e0;
}

.wForm .field-hint {
     font-size: 90%;
     background-color: #ffffff;
}

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

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

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ff0000;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #4db59d;
     color: #ffffff;
     border-color: #000000;
     border-style: none;
     font-size: 16px;
     padding: 16px;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: inherit;
     font-size: 16px;
}

.wFormWebPage {
     background-position: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 8px;
     background-color: #ffffff;
     font-size: 14px;
}

.wForm legend, .wForm h4 {
     font-size: 20px;
     border-style: none;
     font-weight: bold;
}

.wForm .oneField {
     font-size: 16px;
}

.wForm .postField {
     font-size: 16px;
}

.wForm #wfTabNav {
     padding: px;
     margin: px;
}

.wForm .wfTab {
     width: px;
     text-align: center;
     padding: 4px;
}

.wForm .wfTabCurrentPage {
     color: #ffffff;
     font-weight: bold;
     font-size: 16px;
     font-style: inherit;
     border-style: solid;
     background-color: #4db59d;
     padding: 6px;
     text-align: center;
     margin: px;
     width: px;
}

