.wFormContainer {
     border-width: 0;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 14px;
     line-height: 150%;
     border-style: none;
}

.wForm fieldset {
     border-width: 1px;
     border-style: solid;
     border-radius: 4px;
     border-color: #d3d3d3;
}

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

.wForm legend, .wForm h4 {
     font-family: inherit;
     border-style: none;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     width: auto;
     height: 30px;
}

.wForm textarea {
     width: auto;
     height: 50px;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-radius: 7px;
}

