.red-circle {
	background:url(../images/subway/bg-red-circle.gif) no-repeat left bottom;
	width:18px;
	height:18px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
}
.green-circle {
	background:url(../images/subway/bg-green-circle.gif) no-repeat left center;
	width:18px;
	height:20px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
}
.lightgreen-circle {
	background:url(../images/subway/bg-lightgreen-circle.gif) no-repeat left center;
	width:18px;
	height:20px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
}
.brown-circle {
	background:url(../images/subway/bg-brown-circle.gif) no-repeat left center;
	width:18px;
	height:20px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
}
.gray-circle {
	background:url(../images/subway/bg-gray-circle.gif) no-repeat left center;
	width:18px;
	height:20px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
}
.orange-circle {
	background:url(../images/subway/bg-orange-circle.gif) no-repeat left center;
	width:18px;
	height:20px;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
	display: inline-block;
}
.yellow-circle {
	background:url(../images/subway/bg-yellow-circle.gif) no-repeat left center;
	width:18px;
	height:20px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
}
.blue-circle {
	background:url(../images/subway/bg-blue-circle.gif) no-repeat left center;
	width:18px;
	height:20px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
}
.purple-circle {
	background:url(../images/subway/bg-purple-circle.gif) no-repeat left center;
	width:18px;
	height:20px;
	display: inline-block;
	text-align:center;
	font-size:11px;
	color:#fff4dc;
	margin-right:2px;
}