.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 16px;
}

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

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: none;
     background-repeat: repeat;
     background-color: #ffffff;
     color: #000000;
     font-size: px;
}

.wForm fieldset {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #000000;
     background-color: #ffffff;
     border-style: none;
     background-repeat: repeat;
     font-size: px;
}

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

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

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

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

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #c9141a;
     width: 150px;
     height: 45px;
     color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-radius: 6px;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     width: 200px;
}

