.wForm legend, .wForm h4 {
     font-size: large;
     font-weight: bold;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     height: 25px;
}

.wFormTitle {
     font-size: x-large;
}

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

.wFormContainer {
     border-style: none;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-size: large;
     font-weight: bold;
     border-style: none;
     border-width: 4px;
}

.wForm .oneField {
     border-style: none;
}

