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

.wFormContainer {
     background-color: #ffffff;
     color: #413623;
     border-style: none;
     border-width: 7px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
}

.wFormTitle {
     color: #413523;
     background-repeat: no-repeat;
     background-position: top center;
     border-style: none;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm fieldset {
     color: #413623;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: none;
}

.wForm legend {
     color: #618077;
}

.wForm .postField {
     color: #413523;
}

.wForm textarea {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     background: #FFFFFF;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

.wForm input {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
}

.wForm form .primaryAction {
     background-color: #FFFFFF;
     color: #000;
     border-color: #999 #999 #555 #999;
}

.wForm form .primaryAction:hover {
     color: #187db3;
     border-color: #666 #666 #222 #666;
}

.wForm form .secondaryAction {
     color: #000;
}

.wForm form .secondaryAction:hover {
     color: #f00;
}

.wForm form .errFld {
     border-color: #f19181;
}

.wFormContainer .errMsg {
     color: #f19181;
}

.wFormContainer .wForm .hintsTooltip .field-hint,
.wForm .field-hint {
     color: #6a95b0;
}

.wForm .field-hint-inactive {
     color: #d1d1d1;
}

.wFormContainer .supportInfo a:link {
     color: #6b786d;
}

.wForm .oneField input {
     background: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 2px 0 2px 2px;
}

.wForm .oneChoice input {
     border: none !important;
     background: none !important;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #373c3f;
     border-color: #4181ba;
     border-style: solid;
     border-width: 1px;
}

.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;
}

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

.wForm legend, .wForm h4 {
     font-family: inherit;
     color: #413623;
}

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

