.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #293afc;
     color: #ffffff;
     padding: 7px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #1eff0a;
     color: #edfcf8;
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
     text-align: inherit;
     border-color: #000000;
     border-style: solid;
     border-radius: 5px;
     border-width: 1px;
}

