I have a simple sidebar form widget that I have attempted to style but a couple elements are not conforming.
Take a look at the form here -> http://174.123.90.66/~abprinc/apsite/
The text "Stay Connected...." is an HTML form element, but the styles I am applying in the form are not taking.
This is what I have in the HTML element.
<p style="font-size=20px">Stay Connected</p>
<p>and receive frequent email updates</p>
Also, is there a way I can get the form fields "Name" and "Email" to be a faint gray inside the actual form element? Meaning inside the input box itself.