.wFormContainer {
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     color: #8e993e;
     background-color: #faf2d9;
     padding: px;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     color: #636466;
}

.wForm .oneField {
     color: #8e993e;
     padding: px;
}

.wFormContainer a {
     color: #e1533d;
}

.wForm .preField, .wForm .inlineLabel {
     color: #636466;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #636466;
     padding: 3px;
     margin: px;
}

.wForm .postField {
     color: #636466;
}

.wForm #wfTabNav {
     color: #636466;
}

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

.wFormTitle {
     font-size: 34px;
     font-family: inherit;
     font-weight: inherit;
}

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

