.wFormContainer {
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     background-color: #eceef0;
     border-color: #999999;
}

.wForm fieldset {
     border-width: 1px;
     border-style: none;
     margin: 0 auto;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     font-size: 20px;
     font-style: inherit;
     height: px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-weight: bold;
     color: #ffffff;
     background-color: #ff0000;
     border-width: 0px;
     border-style: none;
     font-size: 16px;
     border-radius: 5px;
     padding: px;
     margin: px;
}

