.wForm fieldset {
     border-style: solid;
     border-width: 5px;
     border-radius: 7px;
     border-color: #0280c4;
}

.wFormTitle {
     font-family: inherit;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     border-radius: 6px;
     background-color: #0280c4;
     color: #ffffff;
     font-weight: bold;
     border-style: dotted;
     border-color: #000000;
     text-align: center;
     width: 140px;
     height: 40px;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
     font-style: italic;
}

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

.wForm .oneField {
     margin: px;
     height: px;
}

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

