.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     border-width: 2px;
     border-style: none;
     margin: 0 auto;
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     background-color: #f0f0dd;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     text-align: left;
     padding: 10px;
}

.wForm fieldset {
     border-width: 1px;
     border-style: dotted;
     margin: 0 auto;
}

.wFormTitle {
     font-size: x-small;
}

.wForm .label.reqMark:after {
     font-size: 20px;
}

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

.wForm .wfTabCurrentPage {
     border-color: #ffffff;
     border-style: solid;
}

.wForm input[type=button], .wForm input[type=submit] {
     width: px;
     height: px;
}

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

.wForm .field-hint {
     font-size: 12px;
}

.wForm .oneField {
     font-size: px;
}

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

.wForm .preField, .wForm .inlineLabel {
     border-style: none;
}

