.chart {
	padding:10px 0;
	border-bottom:1px dotted #CCCCCC;
	height:70px;
}
.chart img {
	border:0;
}
.chart .num {
	width:70px;
	height:50px;
	background:#86c2e0;
	float:left;
	margin-right:10px;
	padding:10px;
	font:24px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	-moz-border-radius-topleft:8px;
	-khtml-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	-khtml-border-bottom-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.chart .num2 {
	width:70px;
	height:50px;
	background:#a6d3e8;
	float:left;
	margin-right:10px;
	padding:10px;
	font:24px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	-moz-border-radius-topleft:8px;
	-khtml-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	-khtml-border-bottom-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.chart img {
	float:left;
	margin-right:10px;
}
.chart .artist {
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
.chart .song {
	margin-bottom:15px;
	font-size:14px;
}