.wForm input[type=button], .wForm input[type=submit] {
     background-color: #a9c498;
     border-radius: 25px;
     border-style: none;
     border-width: 0px;
     color: #ffffff;
}

.wFormContainer {
     font-family: inherit;
     font-size: px;
     line-height: 150%;
     font-weight: inherit;
}

.wForm .preField, .wForm .inlineLabel {
     color: #6c5e53;
     font-weight: inherit;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #6c5e53;
     border-color: #6c5e53;
     border-style: solid;
     border-width: 1px;
}

.wForm .oneField {
     color: #6c5e53;
     font-weight: inherit;
}

.wForm .postField {
     color: #6c5e53;
     border-style: none;
     font-weight: inherit;
}

.wForm #wfTabNav {
     color: #6c5e53;
}

.wForm legend, .wForm h4 {
     color: #6c5e53;
     font-weight: inherit;
}

.wForm fieldset {
     font-weight: inherit;
}

