.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wFormTitle {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: bold;
     color: #6f9824;
     font-size: 24px;
}

.wForm fieldset {
     font-weight: inherit;
     border-style: solid;
     border-color: #6f9824;
     border-width: 3px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-radius: 4px;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 18px;
     color: #6f9824;
}

.wForm .oneField {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: inherit;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wForm .postField {
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wForm .field-hint {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: inherit;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-radius: 3px;
}

