/* 
 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 */

.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,  .offstate-w,  .offstate-x,  
.offstate-y,  .offstate-z,  .offstate-aa, .offstate-ab,
.offstate-ac, .offstate-ad, .offstate-ae, .offstate-af,
.offstate-ag, .offstate-ah, .offstate-ai, .offstate-aj,
.offstate-ak, .offstate-al, .offstate-am, .offstate-an,
.offstate-ao, .offstate-ap, .offstate-aq, .offstate-ar,
.offstate-as, .offstate-at, .offstate-au, .offstate-av,
.offstate-aw, .offstate-ax, .offstate-ay, .offstate-az,
.offstate-ba, .offstate-bb, .offstate-bc, .offstate-bd,
.offstate-be, .offstate-bf, .offstate-bg, .offstate-bh,
.offstate-bi, .offstate-bj, .offstate-bk, .offstate-bl { 
	display: none !important;
}
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d, 
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l,
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az,
.onstate-ba, .onstate-bb, .onstate-bc, .onstate-bd,
.onstate-be, .onstate-bf, .onstate-bg, .onstate-bh,
.onstate-bi, .onstate-bj, .onstate-bk, .onstate-bl { 
	display: block;
}

body form .wfPage, body form .wfHideSubmit { 
	display: none !important;
}
body form .wfCurrentPage {
	display: block !important;
}
.offstate-resumelater {
	display: none !important;
}
.onstate-resumelater {
	display: block !important;
}
.captchaHelp {
	font-size: 0.75em;
}