.wFormTitle {
     font-size: 25px;
     font-family: Tahoma, Geneva, sans-serif;
     text-align: center;
     border-width: 3px;
     border-style: solid;
}

.wFormContainer {
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm legend, .wForm h4 {
     font-family: Tahoma, Geneva, sans-serif;
     margin: 10px;
     padding: 10px;
     font-size: 20px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm fieldset {
     margin: 10px;
     padding: 20px;
}

