.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 20px;
     border-width: 0px;
     padding: px;
     margin: px;
     width: 100%;
}

.wFormContainer {
     border-color: #ffd900;
     border-style: solid;
     border-width: 3px;
     margin: px;
}

.wForm fieldset {
     margin: px;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm legend, .wForm h4 {
     margin: px;
     border-radius: 0px;
}

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

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

.wForm .postField {
     margin: px;
     padding: px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #ffd900;
     font-family: Arial, Arial, Helvetica, sans-serif;
     padding: 10px;
}

.wForm .field-hint {
     height: px;
     font-size: px;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #e92f32;
}

.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: inherit;
     border-style: solid;
     border-width: 1px;
}

