.wFormContainer {
     border-width: 3px;
     border-style: solid;
     margin: 0 auto;
     font-family: Georgia, serif;
     font-size: 16px;
}

.wForm fieldset {
     border-width: 2px;
     border-style: none;
     margin: 0 auto;
     font-size: 14px;
}

.wFormTitle {
     font-family: Georgia, serif;
     font-weight: bold;
}

.wForm legend, .wForm h4 {
     font-size: 20px;
     font-family: Georgia, serif;
}

.wForm .oneField {
     font-family: Georgia, serif;
     font-size: 14px;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 14px;
     font-family: Georgia, serif;
}

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

.wForm .postField {
     font-family: Georgia, serif;
     font-size: 14px;
}

