.wFormWebPage {
     background-color: #ffffff;
}

.wFormContainer {
     background-color: #ffffff;
     border-color: #fabf84;
     color: #000000;
     border-style: solid;
     border-width: 1px;
     margin: 0 auto;
}

.wFormTitle {
     background-color: #ffffff;
     color: #3498db;
}

.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;
     border-color: #555555;
     border-style: solid;
     background-repeat: repeat;
     border-width: 1px;
     margin: 10px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.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;
     border-style: none;
     margin: px;
     padding: px;
     height: px;
}

.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: #ffffff;
     background-color: #3498db;
     border-color: #999999;
     border-style: solid;
     border-width: 1px;
}

.wForm legend, .wForm h4 {
     color: #f6911e;
     font-weight: bold;
     background-color: #ffffff;
     font-size: large;
     padding: px;
     height: 30px;
     font-style: 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: px;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
}

