.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
     border-style: none;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: #000000;
     font-size: 20px;
}

.wForm legend, .wForm h4 {
     border-style: none;
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #cc0033;
     font-weight: bold;
}

.wForm fieldset {
     border-style: solid;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wForm .oneField {
     border-style: none;
     border-radius: 0px;
}

.wForm .preField, .wForm .inlineLabel {
     border-style: none;
}

.wForm .field-hint {
     color: #6b696b;
     font-size: 10px;
}

.wForm .field-hint-inactive {
     color: #6c696b;
     font-size: 10px;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #cc0033;
}

