.wFormContainer .errFld {
     border-style: solid;
     border-color: #FFBBBB;
     border-width: 1px;
     background-color: #FFEEEE;
}

.wFormContainer .errMsg {
     color: #CC3333;
}

.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     border-width: 0;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 13px;
     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     line-height: 150%;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

.wForm fieldset {
     border-width: 0;
     font-family: Arial, Arial, Helvetica, sans-serif;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
}

.wFormContainer .wForm .hintsTooltip .field-hint, .wForm .hintsSide .field-hint {
     border-style: dashed;
     border-color: #fcb841;
     background-color: #f5f7c3;
     text-align: center;
     font-style: italic;
     font-weight: inherit;
     font-size: 12px;
     width: px;
}

.wForm legend {
     background-repeat: repeat;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm textarea {
     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: 1px 1px 1px 1px;
}

.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;
}

.wFormContainer .wForm fieldset {
     border-style: none;
}

.wFormWebPage div.wFormContainer {
     width: 560px;
     padding: 0px;
     margin: 0px;
}


