/*
 wFORMS 3.0 Stylesheet - Minimal Stylesheet
 See http://www.formassembly.com/wForms

 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2007 Veer West LLC (http://www.veerwest.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
/* IE7 BUG FIXES ==================================================================== */

 /* IE Pick-a-boo bug fix */
.wForm form {
	height: 1%; 
}
/* Fixes bug with fieldset+legend boundaries */
.wForm form fieldset {	
	position: relative; 
	margin-top: 1em;
	padding-top: 2em;
}
.wForm form fieldset legend {
	position: absolute; 
	top: -.5em; 
	left: .5em;
}
