.wFormWebPage {
     background-color: #ededed;
     background-image: none;
}

.wFormContainer {
     background-color: #fff;
     border-color: #fff;
     color: #000;
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormTitle {
     background-color: #fff;
     color: #000;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm form {
     background-color: #fff;
     border-color: #fff;
     color: #000;
}

.wFormContainer a {
     color: #00e;
     cursor: auto;
     display: inline;
     height: auto;
     text-decoration: underline;
     width: auto;
}

.wForm fieldset {
     color: #000;
     background-color: #fff;
     border-color: #555;
     border-width: 1px;
     border-style: dotted;
     margin: 0 auto;
}

.wForm legend {
     color: #000;
     background-color: #fff;
     border-color: #555;
}

.wForm fieldset fieldset {
     color: #000;
     background-color: #fff;
     border-color: #555;
}

.wForm fieldset fieldset legend {
     color: #000;
     background-color: #fff;
     border-color: #555;
}

.wForm form table {
     color: #000;
}

.wForm .oneField {
     background-color: #fff;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .preField {
     background-color: #fff;
}

.wForm textarea {
     color: #000;
     background-color: #fff;
}

.wForm input {
     color: #000;
     background-color: #fff;
}

.wForm input[type="button"],.wForm input[type="submit"] {
     color: #000;
     background-color: #ccc;
     border-color: #999;
     border-style: solid;
     border-width: 1px;
}

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

.wForm .postField {
     height: 25px;
     width: px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-radius: 0px;
     border-style: none;
     margin: px;
}

.wForm input[type=button], .wForm input[type=submit] {
     height: 50px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: none;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

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

