.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     border-width: 1px;
     border-style: solid;
     margin: -1px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 11px;
     line-height: 150%;
     width: 400px;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

.wForm fieldset {
     border-width: 1px;
     border-style: dotted;
     margin: -1px;
     font-size: 14px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wFormTitle {
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bold;
     font-size: 15px;
     background-repeat: no-repeat;
     height: 25px;
     border-style: none;
     text-align: right;
     color: #0a000a;
}

.wForm .postField {
     font-size: 12px;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

.wForm legend {
     font-size: 14px;
}


