.wFormWebPage {
     background-color: #e7e7e8;
}

.wFormContainer {
     background-color: #ffffff;
     border-color: #949494;
     color: #000000;
     border-style: solid;
     border-width: 3px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: small;
     background-repeat: repeat;
}

.wFormTitle {
     background-color: #ffffff;
     color: #e2001a;
     font-family: Verdana, Geneva, sans-serif;
     font-size: x-large;
     text-align: left;
     border-style: solid;
}

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

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

.wForm fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #e2001a;
     border-style: solid;
     border-width: 1px;
     border-radius: 12px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: small;
}

.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-width: 0px;
     border-radius: 0px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: small;
}

.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;
     border-color: #e2001a;
     border-style: solid;
     border-width: 1px;
     background-color: #e0001a;
     font-weight: bold;
     font-family: Verdana, Geneva, 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: 1,5;
}

.wForm legend, .wForm h4 {
     color: #e2001a;
     font-size: large;
     text-align: left;
     border-color: #e2001a;
     border-style: none;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #fcfcfc;
     font-family: Verdana, Geneva, sans-serif;
     font-size: small;
}

