.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #262160;
     border-style: solid;
     border-color: #e10062;
     width: auto;
     height: auto;
     padding: auto;
     margin: auto;
     text-align: center;
     font-weight: bold;
     border-width: 2px;
     border-radius: 0px;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #00acc7;
     border-width: 3px;
     border-style: solid;
     margin: 0 auto;
     border-color: #00acc7;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #262232;
     font-weight: inherit;
}

.wForm fieldset {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #00acc7;
     border-width: 0px;
     border-style: none;
     margin: 0 auto;
     font-weight: inherit;
     font-size: 12px;
}

.wForm .oneField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #262232;
     font-weight: inherit;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #262232;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #262232;
}

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #00acc7;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #262232;
}

.wForm .field-hint {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #262232;
}

.wFormWebPage {
     background-color: #ffffff;
}

