.wFormWebPage {
     background-image: none;
     background-repeat: no-repeat;
     background-position: 0px;
}

.wFormTitle {
     border-color: #00699d;
     border-style: none;
     border-width: 13px;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     font-size: 14px;
     width: 500px;
}

.wFormContainer {
     border-color: #00669d;
     border-style: none;
     border-width: 4px;
     background-repeat: no-repeat;
     width: 600px;
     height: px;
     padding: px;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 12px;
}

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

.wFormContainer .errMsg {
     color: #CC3333;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 12px;
}

