.wForm input[type=button], .wForm input[type=submit] {
     background-color: #d46d19;
     border-radius: 5px;
     border-style: solid;
     color: #ffffff;
     height: 45px;
     width: 120px;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: none;
     border-width: 2px;
}

.wFormTitle {
     font-size: 24px;
     text-align: center;
     color: #d14600;
}

.wFormWebPage {
     background-color: #fff9f2;
}

