.wFormWebPage {
     background-color: #ffffff;
     background-image: none;
}

.wFormContainer {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     padding: 0px;
}

.wFormTitle {
     background-color: #ffffff;
     color: #000000;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     font-size: 20px;
}

.wForm form {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
}

.wFormContainer a {
     color: #00E;
     cursor: auto;
     display: inline;
     height: auto;
     text-decoration: underline;
     width: auto;
}

.wForm fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
     border-width: 1px;
     border-style: dotted;
     margin: 0 auto;
     padding: px;
}

.wForm legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm form table {
     color: #000000;
}

.wForm .oneField {
     background-color: #ffffff;
}

.wForm .preField {
     background-color: #ffffff;
}

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
}

.wForm input {
     color: #000000;
     background-color: #ffffff;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #fafafa;
     background-color: #780714;
     border-color: #5c0404;
     border-style: solid;
     border-width: 2px;
     font-weight: bold;
     border-radius: 19px;
     font-size: 16px;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.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: 10px;
}

.wForm legend, .wForm h4 {
     padding: px;
}

