All input for Single Line fields stay the same from filling out the form, to the email task, but the email field and multi-line revert back to default. Please see my CSS ... I'm not sure what I am missing. Any help or guidance would be greatly appreciated.
.MyTable label.form-option-label {display: none;}
.MyTable {color: #122546; font-size: 18px;}
.TwoPerLine {display: inline-block; width: 47%;}
.TwoPerLine .cf-medium {width:97%;}
#q20,#q29 {display: inline-block; width: 47%}
#q20 .cf-medium {width:97%;}
#q29 .cf-medium {width:97%;}
.html {color: #122546; font-size:16px;}
#q23,#q33 {display: inline-block; width: 47%}
#q23 .cf-medium {width:92%;}
#q33 .cf-medium {width:97%;}
#form-title-wrap {text-align: center;}
#form-title-wrap label {
text-align: center;
}
#q15,#q34 {display: inline-block; width: 47%}
#q15 .cf-medium {width:97%;}
#q34 .cf-medium {width:92%;}
input[type=text], textarea, select {font-weight: bold; font-size: 16px; color: #122546;}
div[type=text], textarea, select {font-weight: bold; font-size:16px; color: #122546;}
I believe the div[type=text], textarea, select is wrong, but I know you have to have the div for the single lines to stay.
Thanks
Bill