.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #ffffff;
     background-color: #dd281e;
     text-align: left;
     padding: px;
     width: px;
}

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     color: #ffffff;
     background-color: #dd281e;
}

.wForm legend, .wForm h4 {
     color: #dbdbdb;
}

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

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

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

.wForm .oneField {
     margin: px;
     padding: px;
}

.wForm .field-hint {
     color: #000000;
}

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

