.wFormWebPage {
     background-image: none;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     margin: px;
     padding: 5px;
     font-family: inherit;
     background-repeat: no-repeat;
     color: #575757;
     border-width: 1px;
     border-style: solid;
     border-color: #00568f;
}

.wForm .postField {
     font-family: inherit;
     border-width: 0px;
     border-radius: 0px;
     background-repeat: no-repeat;
     width: px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: inherit;
     font-size: 14px;
     font-weight: inherit;
     border-width: 0px;
     padding: px;
     margin: px;
     background-repeat: no-repeat;
}

.wFormTitle {
     font-family: inherit;
     border-width: 0px;
     border-radius: 0px;
     font-size: 21px;
     font-weight: inherit;
}

.wForm legend, .wForm h4 {
     font-family: inherit;
     font-weight: bold;
     font-size: px;
     border-width: 0px;
     border-radius: 0px;
}

.wForm fieldset {
     font-family: inherit;
     font-size: 14px;
     border-width: 1px;
     border-radius: 0px;
     border-style: solid;
     padding: 10px;
     margin: 10px;
     border-color: #1490fc;
     font-weight: inherit;
}

.wForm .oneField {
     font-family: inherit;
     font-weight: inherit;
     border-width: 0px;
     border-style: none;
}

.wForm .label.reqMark:after {
     font-size: 10px;
     color: #ff7c65;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

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

.wForm #wfTabNav {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wForm input[type=button], .wForm input[type=submit] {
     width: 120px;
     height: 50px;
     border-width: 0px;
     border-style: solid;
     border-radius: 0px;
     border-color: #878787;
     background-color: #1490fc;
     font-family: inherit;
     color: #ffffff;
     margin: 0px;
     padding: 0px;
     font-weight: bold;
}

