.wFormTitle {
     font-family: inherit;
     font-size: 22px;
     text-align: center;
     font-weight: bold;
     font-style: inherit;
}

.wFormContainer {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     background-color: #ffffff;
}

.wForm legend, .wForm h4 {
     font-family: inherit;
     font-size: 14px;
     font-weight: bold;
     color: #0c8008;
     background-color: #fcffff;
}

.wForm fieldset {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     background-color: #d8e6e8;
     color: #000000;
     border-style: double;
     padding: 10px;
}

.wForm .oneField {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     padding: 5px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 11px;
}

.wForm .postField {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 11px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 11px;
}

.wForm .field-hint {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 11px;
     font-style: italic;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 11px;
     color: #c90606;
}

.wFormWebPage {
     background-color: #bce7eb;
     background-image: url("//www.tfaforms.com/theme-editor/images/flora.png");
     background-repeat: repeat;
}

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

