.wFormTitle {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 18px;
}

.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     padding: px;
}

.wForm legend, .wForm h4 {
     font-weight: inherit;
     border-style: none;
}

.wForm fieldset {
     border-style: solid;
     border-color: #f7cd13;
     padding: 12px;
}

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

.wForm textarea {
     width: 100%;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 6px;
     border-width: 1px;
     border-style: solid;
     border-color: #d1d1d1;
}

.wForm input[type=button], .wForm input[type=submit] {
     width: 150px;
     padding: 12px;
     border-radius: 0px;
     border-style: solid;
     background-color: #00afef;
     color: #ffffff;
}

.wForm .oneField {
     color: #00afef;
}

