.wFormWebPage {
     background-color: #5c5378;
}

.wFormContainer {
     background-color: #ffffff;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormTitle {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

