.wFormContainer {
     padding: 0px;
     margin: 0px;
     border-style: none;
     border-width: 0px;
     color: #333333;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     width: 600px;
}

.wForm #wfTabNav {
     padding: px;
     margin: px;
     border-style: none;
}

.wForm fieldset {
     padding: px;
     margin: px;
     border-width: 1px;
     border-style: solid;
     text-align: left;
     border-radius: 0px;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #1896c8;
     border-color: #67b9f0;
     border-style: solid;
     color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-width: 1px;
     border-radius: 2px;
     font-weight: inherit;
     font-size: 13px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #000000;
     border-style: solid;
     border-width: 1px;
     border-color: #cccccc;
     padding: 0px;
     margin: 0px;
     font-family: inherit;
}

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

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
     font-size: 13px;
     width: 450px;
     font-style: 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: px;
}

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

.wFormTitle {
     margin: 0px;
     padding: 0px;
}

.wForm .postField {
     width: px;
}

.wForm .oneField {
     width: 350px;
     border-style: none;
     border-width: 0px;
     margin: px;
     font-size: px;
     font-weight: inherit;
}

.wForm legend, .wForm h4 {
     text-align: left;
     border-style: none;
     border-width: 0px;
     height: px;
     padding: 10px;
     margin: 5px;
}

