.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 15px;
     line-height: 150%;
     border-width: 25px;
     border-style: none;
     color: #323232;
     margin: px;
     padding: px;
}

.wFormTitle {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: inherit;
     border-width: 0px;
     border-radius: 0px;
     text-align: left;
     color: #417272;
     font-size: 22px;
}

.wFormWebPage {
     background-color: #undefined;
     background-repeat: no-repeat;
}

.wForm .oneField {
     color: #323232;
}

.wForm .preField, .wForm .inlineLabel {
     color: #323232;
}

.wForm input[type=button], .wForm input[type=submit] {
     margin: px;
     width: 120px;
     height: 40px;
     background-color: #4f6f43;
     color: #ffffff;
     background-repeat: no-repeat;
     font-size: 16px;
     border-width: 0px;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: px;
}

