.wFormWebPage {
     background-color: #ffffff;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: #333333;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #ff8400;
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ffffff;
     background-position: center;
     text-align: center;
     border-style: none;
     border-radius: 3px;
     border-width: 0px;
     width: 150px;
     height: 30px;
     padding: px;
     margin: px;
     font-size: 14px;
     font-weight: bold;
}

.wFormTitle {
     color: #133822;
     font-size: 20px;
}

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

.wForm .oneField {
     color: #333333;
     height: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-color: #d1d1d1;
     border-style: solid;
     border-width: 1px;
     background-color: #f7f2f7;
}

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

.wForm .postField {
     background-color: #ffffff;
     padding: px;
     margin: px;
     width: px;
     height: 20px;
}

.wForm .label.reqMark:after {
     color: #ed1313;
     font-size: 14px;
}

.wFormContainer a {
     color: #ff8400;
}

.wForm fieldset {
     height: px;
     border-color: #999999;
     border-style: solid;
}

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

.wForm form .errFld {
     border-style: solid;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-size: 10px;
}

.wForm .preField, .wForm .inlineLabel {
     height: px;
}

