.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     line-height: 150%;
     border-style: solid;
     border-color: #f0f0f0;
     background-color: #ffffff;
     color: #5c5a5c;
     background-repeat: repeat;
}

.wFormTitle {
     font-family: inherit;
     font-weight: inherit;
     font-size: 14px;
     color: #b20e11;
}

.wFormWebPage {
     background-color: #ffffff;
     background-image: none;
     background-repeat: repeat;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #b20e11;
     background-repeat: no-repeat;
     border-style: none;
     color: #ffffff;
     font-weight: inherit;
     font-size: 16px;
     font-family: inherit;
}

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

.wForm .field-hint {
     font-size: 90%;
}

.wForm .field-hint-inactive {
     font-size: 90%;
}

.wForm .oneField {
     background-color: #ffffff;
}

.wForm .preField, .wForm .inlineLabel {
     background-color: #ffffff;
     width: px;
     height: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #f0f0f0;
     border-color: #f0f0f0;
     border-style: none;
     font-size: 14px;
     border-width: 5px;
     background-repeat: repeat;
     background-position: left;
}

.wFormContainer a {
     color: #ffffff;
}

.wForm .label.reqMark:after {
     color: #bdbdbd;
}

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

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

.wForm textarea {
     width: px;
}

.wForm .postField {
     border-style: none;
}

.wForm fieldset {
     width: px;
     height: px;
     color: #b20e11;
     font-size: 14px;
}

.wForm legend, .wForm h4 {
     font-size: 14px;
}

