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

.wForm .preField, .wForm .inlineLabel {
     font-size: 12px;
     color: #53463e;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-size: 16px;
     color: #d42741;
     text-align: center;
     border-radius: 0px;
     border-style: solid;
     border-width: 1px;
     border-color: #030003;
     background-color: #fcfcfc;
}

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

.wForm .postField {
     font-size: 12px;
}

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

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

.wForm .oneField {
     border-style: none;
}

.wForm fieldset {
     font-size: 12px;
}

.wForm legend, .wForm h4 {
     font-size: 12px;
}

