.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
     border-width: 1px;
     border-color: #999999;
     margin: 0px;
     padding: 3px;
}

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

.wForm textarea {
     height: 40px;
}

.wForm .preField, .wForm .inlineLabel {
     color: #666666;
     text-align: left;
     font-size: 12px;
     padding: 0px;
     margin: 0px;
}

.wForm legend, .wForm h4 {
     font-size: 14px;
     text-align: left;
}

