.wForm fieldset {
     border-color: #c92533;
     border-style: solid;
     border-radius: 5px;
     border-width: 2px;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-color: #c92533;
     border-style: solid;
     background-color: #1fade5;
     color: #f2eff2;
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
     text-align: center;
     border-radius: 8px;
     border-width: 4px;
}

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

.wForm .label.reqMark:after {
     color: #1fade5;
     font-size: 20px;
}

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

.wFormTitle {
     width: 0px;
     height: 0px;
}

