/* generic styles to be applied to the demo objects */

	
	.bar {
	position:relative;
	width:305px;
	height:210px;
	margin:5px auto;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-color: #000;
	vertical-align: top;
	
	}
	
