/* 
 wFORMS Extension Stylesheet - formassembly.com					
 To be used along with wforms.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.formassembly.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/

/* Accessiblity Related Rules */
/* These are the rules that should *not* apply if javascript is disabled. */
/* see: http://formassembly.com/blog/?p=14 */

*[class^="offstate-"], *[class*=" offstate-"]{
    display: none !important;
}
html .wForm form .wfPage, html .wForm form .wfHideSubmit {
	display: none !important;
}
html .wForm form .saveAndResume .actions  .wfHideSubmit {
	display: block !important;
}
html .wForm form .wfCurrentPage {
	display: block !important;
}

.offstate-resumelater {
	display: none !important;
}
.onstate-resumelater {
	display: block !important;
}
