.wFormTitle {
     font-family: inherit;
}

.wFormContainer {
     background-repeat: repeat;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 13px;
     color: #3b3b3b;
}

.wForm legend, .wForm h4 {
     background-repeat: no-repeat;
     font-family: inherit;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #b20e11;
     font-family: inherit;
     color: #ffffff;
     font-weight: inherit;
     border-style: solid;
     border-color: #ffffff;
}

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

