.wFormContainer {
     border-color: #00afef;
     border-style: solid;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm fieldset {
     border-color: #a6ce39;
     border-style: dashed;
     border-radius: 6px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #00abef;
     border-radius: 8px;
     border-style: solid;
     border-color: #a6ce39;
     color: #ffffff;
     font-weight: bold;
     border-width: 5px;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormWebPage {
     background-repeat: no-repeat;
}

