.wForm legend, .wForm h4 {
     border-style: none;
     background-color: #11654d;
     border-radius: 0px;
     font-weight: bold;
     color: #ffffff;
     font-size: 20px;
     border-width: 0px;
     padding: px;
     margin: 10px;
}

.wForm fieldset {
     background-color: #ffffff;
     border-radius: 10px;
     border-style: none;
}

.wFormWebPage {
     background-color: #fbd52c;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #d6d6d6;
     border-style: none;
}

.wFormTitle {
     text-align: center;
     font-size: 25px;
}

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

.wForm .field-hint {
     font-size: 9px;
}

.wForm .field-hint-inactive {
     font-size: 12px;
}

