/* 
 wFORMS Extension Stylesheet - formassembly.com					
 Bureaucrat Theme: April 2005										
 To be used along with wforms.css
 This stylesheet and the associated images are Copyright (c) 2005 Cédric Savarese (http://www.4213miles.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 */

/* Switch Behavior - Target Off State */
.formAssembly .offstate-a, .offstate-b, .offstate-c, .offstate-d, .offstate-e,
.offstate-f, .offstate-g, .offstate-h, .offstate-i, .offstate-j, .offstate-k,
.offstate-l, .offstate-m, .offstate-n, .offstate-o, .offstate-p, .offstate-q,
.offstate-r, .offstate-s, .offstate-t, .offstate-u, .offstate-v
{
	display: none !important;
}
.formAssembly .wfPage, .wfHideSubmit { 
	display: none !important;
}
.formAssembly .wfCurrentPage {
	display: block !important;
}
