.statistic {
	width: 240px;
	margin: 20px 0 20px 10px;
}
.statistic .title{
	background: #ff950e;
	height: 25px;
	display: block;
	font-size: 18px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.statistic dl{
	margin: 0 0 0 10px;
	width: 230px;
}
.statistic dt{
	height: 20px;
	width: 141px;
	float: left;
	border: 1px solid;
	border-width: 0 1px 0 0px;
	padding-top: 5px;
	
}
.statistic dd{
	height: 20px;
	margin-left: 175px;
	color: #40813f;
	padding-top: 5px;	
	width: 45px;

}
.statistic dl.red{
	border: 1px solid;
	border-width: 1px 0 0 0;
}
.statistic dl.red dd{	
	color: #d41819;
}
