.wFormWebPage {
     background-color: #f8f8f8;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 22px;
     color: #911a1e;
     border-style: none;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
     color: #333333;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-color: #55adbd;
     border-style: solid;
     background-color: #55adbd;
     color: #ffffff;
}

.wForm legend, .wForm h4 {
     color: #018b9a;
     font-size: 18px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: inherit;
}

.wForm fieldset {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
     border-style: solid;
     border-color: #8d8d8d;
     border-width: 1px;
}

.wForm .oneField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
     font-weight: inherit;
}

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

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

.wFormContainer a {
     color: #55adbd;
}

