.chart-legend {
	padding: 0 15px;
	text-align: center;
	cursor: default;
}

.chart-legend ul,
.chart-legend ul li {
	display: inline-block;
	line-height: 18px;
	zoom: 1;
	*display: inline;
}

.chart-legend ul {
	margin: 0;
	list-style: none;
	text-align: left;
}

.chart-legend-color {
	display: inline-block;
	height: 12px;
	width: 16px;
	margin-bottom: -1px;
	zoom: 1;
	*display: inline;
}

.chart-legend-label {
	font-weight: bold;
	font-size: 12px;
	margin-right: 16px;
	color: #333;
}

.chart-footer {
	padding: 10px 15px 1em;
	font-size: 11px;
	line-height: 1.3em;
	text-align: right;
	color: #909090;
}