.wFormWebPage {
     background-repeat: no-repeat;
     background-image: url(//www.tfaforms.com/forms/get_image/191319/172f52bcc571fff4b1451763c855c562-cctbanner_2015_whitebckgrd450x84forFA.jpg);
}

.wFormContainer {
     background-repeat: no-repeat;
     padding: 50px 0px;
     border-width: 0;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     color: #undefined;
}

.wForm fieldset {
     border-width: 0;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wFormTitle {
     font-family: inherit;
     font-weight: bold;
     color: #32499c;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
     color: #32499c;
}

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

