.wFormTitle {
     text-align: center;
}

.wForm fieldset {
     background-color: #f0eadd;
     border-style: none;
     font-family: inherit;
     font-size: 20px;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-style: solid;
     border-color: #cfcbcf;
     border-radius: 4px;
     background-color: #4d778a;
     border-width: 1px;
     color: #f0ebf0;
     width: 125px;
     font-size: 14px;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: px;
}

