.wFormTitle {
     background-color: #undefined;
     color: #1c3f7b;
     text-align: center;
     font-size: x-large;
     font-weight: bold;
}

.wFormContainer {
     border-color: #1c3f7b;
     border-style: double;
     border-width: 12px;
}

.wForm fieldset {
     border-color: #c69f29;
     border-style: solid;
     border-width: 4px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #1c3f7b;
     border-radius: 25px;
     color: #ffffff;
     font-weight: bold;
}

