.wFormContainer {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 16px;
     line-height: 150%;
}

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

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

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-size: 16px;
}

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

.wForm legend, .wForm h4 {
     font-size: 18px;
}

