.wFormWebPage div.wFormContainer {
     font-size: 12px;
     height: 310px;
     width: 220px;
     border-style: solid;
}

.wFormContainer .wForm fieldset {
     font-size: 12px;
     width: 50px;
     height: 0px;
}

.wForm .preField, .wForm .inlineLabel {
     height: 15px;
     width: 100px;
     font-size: 12px;
}

.wForm .postField {
     width: 50px;
     height: 10px;
}

.wForm legend {
     height: 0px;
     width: 50px;
}

.wFormContainer h3.wFormTitle {
     height: 0px;
     width: 50px;
}

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

.wFormContainer .errMsg {
     color: #CC3333;
}

.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
}

