.wFormContainer {
     border-width: 3px;
     border-style: double;
     margin: -1px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     border-color: #000000;
     background-color: #ffffff;
}

.wForm fieldset {
     border-width: 1px;
     border-style: dotted;
     margin: -1px;
     border-color: #575657;
}

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

.wForm textarea {
     background: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

.wForm .oneField input {
     background: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 2px 0 2px 2px;
}

.wForm .oneChoice input {
     border: none !important;
     background: none !important;
}

.wFormWebPage {
     background-image: none;
     background-color: #ffffff;
}

.wForm legend {
     border-style: none;
     color: #522f83;
     font-weight: bold;
}

.wFormContainer a {
     color: #f99f20;
}

