.wFormWebPage {
     background-repeat: repeat-x;
     background-color: #0066cc;
}

.wFormContainer {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-width: 0px;
     border-style: none;
     padding: 25px;
     margin: px;
}

.wFormTitle {
     background-color: #ffffff;
     color: #000000;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     text-align: center;
     border-style: none;
     padding: 25px;
}

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

.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;
     font-size: 18px;
     color: #4b4b4b;
}

.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: #0066cc;
     border-color: #999999;
     border-style: none;
     border-width: 1px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     padding: px;
     margin: px;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 24px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     height: 35px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #fafafa;
     border-color: #ffffff;
     border-style: solid;
}

.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;
}

