.wFormTitle {
     background-color: #ffffff;
     color: #333333;
     font-size: 36px;
     font-family: inherit;
     font-weight: inherit;
     border-style: none;
}

.wForm form {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
}

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

.wForm fieldset {
     color: #333333;
     background-color: #ffffff;
     border-color: #888888;
     border-style: solid;
}

.wForm legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm form table {
     color: #000000;
}

.wForm .oneField {
     background-color: #ffffff;
     font-size: px;
     font-weight: inherit;
}

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

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
}

.wForm input {
     color: #000000;
     background-color: #ffffff;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffd000;
     background-color: #333333;
     border-color: #333333;
     border-style: none;
     border-width: 1px;
     padding: 5px 30px;
     font-size: 1.5em;
}

.wFormWebPage {
     background-color: #2a2a2a;
}

.wFormContainer {
     background-color: #ffffff;
     color: #333333;
     font-size: 1em;
     font-weight: inherit;
     border-style: none;
}

.wForm legend, .wForm h4 {
     font-size: 1.3em;
     font-weight: inherit;
     border-style: none;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: .95em;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-size: 1.2em;
     padding: 5px;
}

.wForm .postField {
     font-size: .95em;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 0.95em;
     font-weight: inherit;
}

