.wFormWebPage {
     background-color: #3b3b3b;
}

.wFormTitle {
     color: #ffffff;
     background-repeat: repeat;
     font-size: 24px;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #000000;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-style: solid;
     border-width: 1px;
     border-radius: 0px;
     border-color: #ffffff;
     background-color: #595959;
     color: #ffffff;
     font-family: inherit;
     font-size: 14px;
     font-weight: bold;
}

