.wFormContainer {
     border-width: 1px;
     border-style: none;
     margin: -1px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     border-color: #cccccc;
     padding: 10px;
}

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

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

.wForm textarea {
     background: #FFFFFF url(//hillel.tfaforms.net/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

.wForm .oneField input {
     background: #FFFFFF url(//hillel.tfaforms.net/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     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;
}

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend, .wForm h4 {
     font-size: large;
     margin: 10px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 10px;
     font-size: 16px;
}

.wForm .field-hint {
     margin: px;
     font-style: italic;
}

.wForm .label.reqMark:after {
     font-size: 18px;
}

.wForm form .errFld {
     border-style: solid;
     border-color: #f01f0c;
     border-width: px;
}

.wForm #wfTabNav {
     font-size: large;
}

.wFormContainer a {
     color: #007dc5;
}

.wForm .field-hint-inactive {
     font-style: italic;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     font-weight: bold;
}

