How can I make the "submit" button at the end of the survey stand out.  I want it larger, colorful, and in different font.  Thanks!!
Page 1 / 1 
    Paste the code at the very last question JS, change the css property values as required:
jQuery("#NextButton").attr("value","Submit").attr("title","Submit").css({
		"background": "black",
  "width": "300px",
  "height": "60px",
	"font-size": "35px",
  "color": "wheat"});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
