.wFormWebPage {
     background-color: #ffffcc;
}

.wFormTitle {
     background-position: center;
     font-family: Verdana, Geneva, sans-serif;
     text-align: center;
     border-style: solid;
     border-width: 4px;
     border-color: #3366ff;
     border-radius: 25px;
     width: 500px;
     background-repeat: no-repeat;
     font-size: 18px;
     font-weight: bold;
}

.wFormContainer {
     font-family: Comic Sans MS, cursive;
     font-weight: bold;
     width: 550px;
     background-repeat: no-repeat;
     border-style: dashed;
     border-width: 4px;
     font-style: inherit;
     font-size: 12px;
}

.wForm fieldset {
     border-style: solid;
     border-radius: 9px;
     border-color: #3366ff;
     border-width: 4px;
     font-weight: bold;
     font-size: px;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
     font-size: 14px;
     font-style: inherit;
     font-family: Verdana, Geneva, sans-serif;
     border-style: solid;
     border-width: 3px;
     border-radius: 11px;
     border-color: #3366ff;
}

.wForm .field-hint {
     border-style: solid;
     border-radius: 11px;
}

