.wFormWebPage {
     background-color: #eeebe0;
}

.wFormTitle {
     background-color: #8b0000;
     background-repeat: no-repeat;
     background-position: top center;
     font-family: Tahoma, Geneva, sans-serif;
     color: #ffffff;
     width: 600px;
     border-color: #8b0000;
     border-style: solid;
     border-radius: 25px;
     font-weight: inherit;
     text-align: center;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     background-repeat: no-repeat;
     background-color: #ffffff;
     border-color: #8b0000;
     border-style: solid;
     border-width: 4px;
     font-family: inherit;
     padding: 15px;
}

.wForm legend, .wForm h4 {
     color: #ffffff;
     font-weight: bold;
     background-color: #000000;
     background-repeat: no-repeat;
     border-color: #000000;
     border-style: solid;
     border-radius: 25px;
     border-width: 3px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #8b0000;
     color: #ffffff;
     border-radius: 12px;
     padding: 10px;
     font-size: 22px;
}

.wFormContainer {
     background-color: #eeebe0;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 16px;
}

.wForm .oneField {
     font-family: inherit;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: inherit;
}

.wForm .field-hint {
     font-family: inherit;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: inherit;
}

.wFormContainer .wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
     margin-top: 20px;
}

