.wForm form .errFld {
     border-style: solid;
     border-color: #FFBBBB;
     border-width: 1px;
}

.wFormContainer .errMsg {
     color: #ad1111;
}

.wFormContainer {
     border-width: 1px;
     border-style: solid;
     margin: -1px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     margin: -1px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border-color: #009ed8;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     color: #004c8b;
     border-style: none;
}

.wForm .preField, .wForm .inlineLabel {
     border-color: #ffffff;
     border-style: solid;
     color: #004c8b;
}

.wFormWebPage {
     background-repeat: repeat;
}

.wForm legend {
     color: #009ed8;
     font-family: inherit;
     border-style: none;
}

.wForm .hintsSide .field-hint {
     font-size: 12px;
     font-style: italic;
}

