.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #273175;
     padding: 20px;
     margin: px;
     width: 180px;
     height: px;
     font-size: 20px;
     border-style: solid;
     border-radius: 4px;
     border-width: 0px;
}

.wForm legend, .wForm h4 {
     color: #189fae;
     border-style: none;
     font-size: 20px;
     font-weight: bold;
}

.wForm fieldset {
     border-radius: 6px;
     border-color: #000000;
     border-style: solid;
     background-color: #fafaf7;
}

