.wFormTitle {
     border-style: none;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     text-align: center;
     color: #7092be;
     font-size: large;
}

.wForm legend, .wForm h4 {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     border-color: #f0a800;
     border-style: solid;
     border-width: 3px;
     border-radius: 5px;
     font-weight: inherit;
     color: #ffffff;
     background-color: #adadad;
     font-size: 14px;
}

.wForm fieldset {
     border-color: #f0a800;
     border-style: solid;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 12px;
     background-color: #d6d6d6;
     border-width: 3px;
     border-radius: 3px;
}

.wForm .oneField {
     border-style: solid;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 10px;
}

.wFormContainer {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     background-color: #ffffff;
     border-width: 2px;
     border-color: #f0a800;
     border-style: solid;
     font-size: 10px;
     width: px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 12px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 12px;
}

.wForm .postField {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wForm .field-hint {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 10px;
     background-color: #e1e3e6;
     font-style: inherit;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wFormWebPage {
     background-color: #7092be;
}

