.wFormContainer {
     border-width: 0;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wForm fieldset {
     border-width: 3px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-color: #feb807;
     border-style: solid;
}

.wForm legend, .wForm h4 {
     color: #d01800;
     font-size: 20px;
     font-weight: bold;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 16px;
     color: #002647;
}

