.wFormWebPage {
     background-image: none;
     background-position: px;
}

.wFormTitle {
     background-repeat: no-repeat;
     height: px;
     background-position: 'top center';
     text-align: center;
     font-size: 16px;
     color: #000000;
     padding: 10px;
     margin: 15px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-style: inherit;
     font-weight: bold;
}

.wFormContainer {
     background-position: px;
     border-color: #0082c3;
     border-style: solid;
     border-width: 6px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: inherit;
     font-size: 14px;
     background-color: #ffffff;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 16px;
     font-style: inherit;
     text-align: left;
     border-style: none;
     height: 20px;
     margin: 10px;
     padding: 10px;
     border-width: 0px;
}

.wForm .oneField {
     font-family: inherit;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: inherit;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: inherit;
     border-width: 2px;
     background-color: #f2f2f2;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 17px;
     background-color: #0085c3;
     background-repeat: no-repeat;
     border-radius: 11px;
     color: #ffffff;
     border-color: #0082c3;
     border-style: solid;
     border-width: 2px;
     width: 100px;
     margin: px;
     padding: 5px;
     height: px;
     font-weight: bold;
     text-align: center;
     background-position: px;
}

.wForm fieldset {
     border-width: 1px;
     border-radius: 5px;
     border-color: #0082c3;
     border-style: solid;
     text-align: left;
}

.wForm .postField {
     border-width: 2px;
     border-radius: 0px;
}

.wForm form .errFld {
     border-width: px;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ff0000;
}

