.wFormTitle {
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bold;
     font-size: 48px;
}

.wFormContainer {
     font-family: Tahoma, Geneva, sans-serif;
     font-size: large;
     border-style: none;
     padding: px;
}

.wForm legend, .wForm h4 {
     font-size: x-large;
     color: #d85600;
}

.wForm fieldset {
     background-color: #f5f5f5;
     border-color: #f5f5f5;
     border-style: solid;
     padding: px;
}

.wForm .oneField {
     padding: px;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #ff6d0c;
     color: #ffffff;
     border-color: #ff6d0c;
     border-style: solid;
     padding: 12px;
}

