.wForm .field-hint {
     color: #f57d0c;
     font-style: inherit;
}

.wFormWebPage {
     background-color: #1c781a;
}

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

.wForm legend, .wForm h4 {
     color: #2b8f0d;
     font-weight: bold;
}

.wFormContainer {
     background-color: #fafaf5;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     border-style: solid;
     border-width: 1px;
}

.wFormTitle {
     color: #1b9c19;
}

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

