.wFormWebPage {
     background-color: #3769ab;
}

.wFormTitle {
     color: #ffffff;
     background-color: #2697cc;
     font-family: Tahoma, Geneva, sans-serif;
     border-style: solid;
     font-size: 33px;
     text-align: center;
     font-weight: inherit;
     border-radius: 7px;
     border-width: 7px;
}

.wFormContainer {
     background-color: #ffffff;
     font-family: Tahoma, Geneva, sans-serif;
     color: #000000;
     font-size: 17px;
     border-style: solid;
     border-width: 7px;
     font-weight: inherit;
     border-color: #42b830;
}

.wForm legend, .wForm h4 {
     color: #ffffff;
     font-size: 25px;
     background-color: #42b830;
     font-weight: inherit;
     border-style: solid;
     border-radius: 7px;
     border-width: 6px;
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm fieldset {
     border-style: none;
}

.wForm .oneField {
     border-style: none;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
     border-width: 1px;
     border-color: #a8a8a8;
}

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

.wForm .postField {
     border-style: none;
     border-width: 0px;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-style: solid;
     border-width: 4px;
     border-radius: 11px;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 22px;
     background-color: #2697cc;
     color: #ffffff;
     text-align: center;
     font-weight: inherit;
     border-color: #2697cc;
}

