
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:600px;
	height:0px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* panes */
#flowpanes {
	width:100%;
	height:400px;
	z-index:10;
}

/* single pane */



