.wFormContainer {
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     background-color: #ffffff;
     border-style: solid;
     border-color: #000000;
     border-width: 7px;
}

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

.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;
}

.wFormWebPage {
     background-color: #0037b8;
}

.wFormContainer a {
     color: #0037b8;
}

.wForm legend, .wForm h4 {
     color: #0037b8;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #0037b8;
}

