.easyPieChart {
    position: relative;
	margin: 0 auto;
	font-size: 17px;
	width: 100px !important;
	line-height: 109px !important;
	text-align: center;
	height: 100px !important;
	z-index: 9;
	color: #333 !important;
	text-indent: 13px;
}

.easyPieChart canvas {
    position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/pi_back.png) no-repeat;
	padding: 8px 6px 6px 6.2px;
	z-index: -99;
}
