.wFormContainer {
     background-color: #003590;
     color: #ffffff;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #f67905;
     color: #ffffff;
     width: 220px;
     margin: px;
     height: 35px;
}

