.wFormContainer {
     font-family: Comic Sans MS, cursive;
     border-style: none;
     width: 900px;
}

.wFormTitle {
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     color: #15660c;
     text-align: center;
     border-style: none;
     border-width: 3px;
     font-weight: bold;
     font-style: inherit;
     font-size: 18px;
}

.wForm legend {
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     font-style: inherit;
     font-weight: bold;
     color: #064a07;
     border-style: solid;
     border-width: 1px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     color: #06139e;
     font-weight: bold;
}

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: none;
}

.wFormContainer .errFld {
     border-style: dotted;
     border-width: 1px;
     border-color: #f01616;
}

.wForm fieldset {
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}


