.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: px;
     border-color: #78f0e8;
     border-style: none;
     border-width: 0px;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-width: 3px;
     border-style: solid;
     margin: 0 auto;
     background-repeat: no-repeat;
     background-color: #ffffff;
     background-position: top center;
     border-color: #000000;
}

.wForm fieldset {
     border-width: 1px;
     border-style: dotted;
     margin: 0 auto;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .oneField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm .field-hint {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-style: italic;
}

.wForm .label.reqMark:after {
     font-size: 14px;
}

.wForm form .errFld {
     background-color: #ff6363;
}

