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

.wForm legend, .wForm h4 {
     font-size: 22px;
     font-weight: bold;
     background-color: #ffffff;
     border-style: solid;
     border-width: px;
     border-radius: 25px;
     border-color: #ffffff;
}

.wForm fieldset {
     border-style: solid;
     border-radius: 25px;
     border-width: 2px;
     margin: 20px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     padding: 0px;
     background-color: #ffffff;
     border-color: #148765;
}

.wFormContainer {
     border-width: 1px;
     border-style: none;
     margin: 0 auto;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     padding: 0px;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     font-size: 20px;
     color: #000000;
     background-color: #ffffff;
     border-style: solid;
     border-color: #ffffff;
     border-radius: 24px;
     padding: 10px;
     margin: 5px;
     height: 45px;
     text-align: center;
}

.wForm .oneField {
     padding: 5px;
     margin: 10px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-size: 20px;
     border-color: #ffffff;
     border-style: solid;
     border-radius: 25px;
     background-color: #ffffff;
}

.wFormWebPage {
     background-repeat: repeat;
     background-color: #148765;
}

