/* generic styles to be applied to the demo objects */
	.foo {
		font:bold 1.1em verdana,arial;
		position:relative;
	}
	
	.bar {
		position:relative;
		width: 197px;
		margin: auto;
	}
	
	.full-bar {
		position:relative;
		width: 792px;
		margin: auto;
	}
	
	.normal-bar {
		position:relative;
		width: 587px;
		margin: auto;
	}
	
	.small-bar {
		position:relative;
		width: 258px;
		margin: auto;
	}
	
	.baz {
		position:relative;
		width:350px;
		height:5px;
		display:block;
		float:right;
		font-size:1px; /* for IE, which wont allow for an element to be less high than the default font size. */
		text-align:center;
	}
	

