.wForm legend, .wForm h4 {
     font-family: inherit;
     color: #003590;
}

.wFormContainer {
     background-color: #f7f7f7;
     border-style: none;
     border-width: 9px;
     margin: 0 auto;
     color: #003590;
     background-repeat: no-repeat;
     text-align: left;
     background-position: top center;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 13px;
     line-height: 150%;
}

.wForm .oneField {
     color: #f50808;
}

.wForm .preField, .wForm .inlineLabel {
     color: #003590;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #000359;
}

.wForm .postField {
     color: #003590;
}

.wForm .field-hint {
     color: #ffffff;
     background-color: #f50808;
}

.wForm .field-hint-inactive {
     color: #f50808;
}

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     margin: 0 auto;
     color: #003590;
     border-color: #003590;
}

.wFormTitle {
     color: #003590;
     background-repeat: no-repeat;
     text-align: center;
     width: px;
     height: px;
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bold;
}

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

.wFormWebPage {
     background-color: #f2f4f7;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #003590;
     color: #ffffff;
}

