.wFormWebPage {
     background-repeat: repeat;
     background-color: #a6dbd4;
}

.wForm fieldset {
     background-color: #ffffff;
     border-style: solid;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-color: #adadad;
}

.wFormContainer {
     background-color: #ffffff;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #004961;
}

.wForm legend, .wForm h4 {
     color: #009f92;
     font-weight: inherit;
     font-style: inherit;
     text-align: left;
}

.wFormContainer a {
     color: #7ac143;
}

