.wFormContainer {
     border-width: 0;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     font-family: inherit;
     color: #888888;
}

.wForm fieldset {
     border-width: 2px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-style: none;
     padding: 0px;
     margin: px;
     color: #888888;
}

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

.wForm legend, .wForm h4 {
     font-weight: bold;
     border-style: none;
     font-size: 1.6875rem;
     color: #666666;
}

.wForm .oneField {
     color: #888888;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: px;
     color: #888888;
     width: auto;
}

.wForm .postField {
     color: #888888;
}

.wForm .field-hint {
     color: #888888;
}

.wForm input[type=button], .wForm input[type=submit] {
     margin: 5px;
}

