.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     background-color: #ffffff;
     border-color: #6e6e6e;
     border-style: solid;
     border-width: 1px;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #dbdbdb;
}

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

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

.wFormWebPage {
     background-color: #e0e0e0;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #8ec742;
     color: #000000;
     font-family: Georgia, serif;
     border-color: #525252;
     border-style: double;
     font-weight: bold;
}

