.wFormTitle {
     font-size: px;
     background-color: #ffefba;
     color: #665b45;
     border-color: #e8d247;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
}

.wFormWebPage {
     background-color: #fffcad;
}

.wFormContainer {
     background-color: #ffefba;
     color: #665b45;
     border-color: #e8d247;
     border-width: 1px;
     border-style: solid;
     margin: -1px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

.wFormContainer a {
     color: #ff9f37;
}

.wForm fieldset {
     color: #665b45;
     border-color: #e8d247;
     border-width: 1px;
     border-style: dotted;
     margin: -1px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend {
     color: #ff9f37;
}

.wForm .postField {
     color: #665b45;
}

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

.wForm input {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
}

.wForm form .primaryAction {
     background-color: #FFFFFF;
     color: #000;
     border-color: #999 #999 #555 #999;
}

.wForm form .primaryAction:hover {
     color: #187db3;
     border-color: #666 #666 #222 #666;
}

.wForm form .secondaryAction {
     color: #000;
}

.wForm form .secondaryAction:hover {
     color: #f00;
}

.wForm form .errFld {
     border-color: #3b55a1;
}

.wFormContainer .errMsg {
     color: #3b55a1;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #917743;
}

.wForm .field-hint-inactive {
     color: #e0cd8f;
}

.wForm .oneField input {
     background: #FFFFFF url(//www.tfaforms.com/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;
}

