.wFormContainer {
     border-width: 0;
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.wForm fieldset {
     border-width: 0;
}

.wFormTitle {
     font-family: Georgia, Georgia, serif;
     border-style: none;
     text-align: center;
}

.wFormWebPage {
     background-color: #ffffff;
}

.wForm .oneField {
     color: #7c1838;
     font-weight: bold;
}

.wForm .postField {
     font-weight: inherit;
     color: #224a76;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #224a76;
     color: #ffffff;
     font-family: inherit;
     font-weight: bold;
     border-color: #171a16;
     border-style: none;
     border-width: 4px;
}

