
	select { width: 200px; }
	
	div.graph {
		z-index: 1;
		position: absolute;
	}

	div.bar_container1 {
		z-index: 2;
		position: absolute;
		overflow: hidden;
		height: 157px;		
	}

	div.bar_container2 {
		z-index: 2;
		position: absolute;
		overflow: hidden;
		height: 152px;
	}

	div.bar_container3 {
		z-index: 2;
		position: absolute;
		overflow: hidden;
		height: 123px;
	}

	div.bar {
		z-index: 10;
		position: relative;
		top: 0px;
	}

	div.bar_shim1 {
		z-index: 11;
		position: absolute;
		top: 148px;
	}

	div.bar_shim2 {
		z-index: 11;
		position: absolute;
		top: 139px;
	}

	div.bar_shim3 {
		z-index: 11;
		position: absolute;
		top: 110px;
	}

	div.label {
	z-index: 12;
	position: absolute;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #CC3300;
	background-color: #FFFFFF;
	}

	div.scale {
		z-index: 12;
		position: absolute;
		font-family: arial, helvetica, sans-serif;
		width: 50px;
		font-size: 11px;
		text-align: right;
	}

	#g1 {
		top: 34px;
		left: 94px;
	}

	#g1bar1ctr {
		top: 12px;
		left: 35px;
	}

	#g1bar2ctr {
		top: 12px;
		left: 111px;
	}

	#g1bar3ctr {
		top: 12px;
		left: 187px;
	}

	#g1bar4ctr {
		top: 12px;
		left: 263px;
	}

	#g2 {
		top: 34px;
		left: 82px;
	}

	#g2bar1ctr {
		top: 12px;
		left: 35px;
	}

	#g2bar2ctr {
		top: 12px;
		left: 110px;
	}

	#g2bar3ctr {
		top: 12px;
		left: 185px;
	}

	#g2bar4ctr {
		top: 12px;
		left: 260px;
	}


	#g3 {
		top: 34px;
		left: 120px;
	}

	#g3bar1ctr {
		top: 12px;
		left: 55px;
	}

	#g3bar2ctr {
		top: 12px;
		left: 184px;
	}

