.wFormWebPage {
     background-color: #ffffff;
}

.wFormContainer {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000214;
     -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);
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wFormTitle {
     background-color: #ffffff;
     color: #000000;
}

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

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

.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: #ffffff;
     background-color: #db4d1d;
     border-style: solid;
     border-width: 1px;
     padding: 20px;
     margin: 20px;
}

.wForm fieldset {
     padding: 0px;
     border-style: none;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 5px;
     border-style: solid;
     font-size: large;
     border-width: 1px;
}

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

.wForm .field-hint {
     font-style: italic;
     font-size: small;
     padding: px;
}

.wForm .field-hint-inactive {
     font-style: italic;
     font-size: small;
     padding: px;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #c4451a;
}

.wForm .wfTabSep {
     font-size: large;
}

