.wFormTitle {
     text-align: center;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
     font-style: italic;
     border-style: none;
}

.wForm fieldset {
     border-color: #0085c3;
     border-style: solid;
     border-radius: 10px;
     border-width: 4px;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #c4c6c7;
     color: #000000;
     font-weight: bold;
     border-style: solid;
     border-color: #0085c3;
     border-width: 3px;
     border-radius: 4px;
     text-align: center;
}

