.wFormContainer {
     border-style: none;
}

.wForm legend, .wForm h4 {
     border-style: none;
     text-align: left;
}

.wForm fieldset {
     border-style: solid;
     border-width: 1px;
     padding: 0px;
     margin: 0px;
     background-color: #ffffff;
     border-color: #f4f4f4;
     text-align: left;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 5px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #e65400;
     color: #ffffff;
     border-style: none;
     padding: 10px;
}

