.wForm .field-hint {
     color: #e35305;
}

.wFormContainer {
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     font-size: 13px;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-color: #407ec9;
     border-style: solid;
     margin: 10px;
}

.wFormTitle {
     font-size: 22px;
     color: #407ec9;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     font-size: 16px;
     font-weight: bold;
     color: #e35305;
}

