.wForm input[type=button], .wForm input[type=submit] {
     background-color: #5f9e00;
     color: #ffffff;
     margin: px;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     border-width: 0px;
     border-color: #f2f2f2;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
     color: #369d2d;
     height: px;
     margin: 10 0 10 0;
     border-style: none;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 26px;
     color: #4bad00;
     background-repeat: no-repeat;
     background-position: Left;
     background-image: url(//unison.tfaforms.net/forms/get_image/1/FPX3bSEbw5Vm9CZIjqr9DkSkNdbt85bLsfzFqk90vowQnPgPJqcM9QvuwYpl7mE9-UNISON_PublicService.png);
     height: 200px;
     font-weight: bold;
     text-align: left;
}

.wForm .oneField {
     border-style: none;
     margin: px;
     height: px;
}

.wForm .postField {
     border-style: none;
     margin: px;
     height: auto;
     padding: 5px;
}

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

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

.wForm fieldset {
     border-style: none;
     margin: 0px;
     padding: 0px;
     height: px;
     border-width: 0;
}

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

.wForm .field-hint {
     height: px;
}

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

