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

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

.wForm fieldset {
     font-size: large;
     border-color: #e0e0e0;
     border-style: solid;
}

.wForm .oneField {
     font-size: large;
}

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

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

.wForm .postField {
     font-size: large;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-size: large;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-size: large;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
}

