.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 0px;
     color: #0066a1;
     font-weight: bold;
     margin: px;
     text-align: inherit;
     padding: px;
}

.wFormContainer {
     color: #79817a;
     font-family: Arial, Arial, Helvetica, sans-serif;
     padding: 0px;
     margin: 0px;
}

.wForm .oneField {
     color: #79817a;
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #f7f4f7;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #79817a;
     border-style: solid;
     border-color: #e3e3e3;
     border-width: px;
}

.wForm .preField, .wForm .inlineLabel {
     color: #79817a;
}

.wForm .label.reqMark:after {
     color: #79817a;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #0066a1;
     color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-color: #768ae3;
     border-style: solid;
     border-width: 1px;
     height: 36px;
     width: 100px;
}

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

.wForm textarea {
     width: px;
}

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

.wForm .postField {
     width: px;
     height: px;
}

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

.wForm fieldset {
     font-size: px;
}

