﻿/*顶*/
#supportMe, #noSupportMe {
	display: inline;
	float: left;
	margin-left: 18px;
	cursor: pointer;
	width: 59px;
	height: 67px;
	text-align: center;
}
#supportMe {
	color: #f20d0d;
	background: url(Images/digg.png) no-repeat left 0px;
}
#noSupportMe {
	color: #24af0e;
	background: url(Images/noDigg.png) no-repeat left 0px;
}
#supportMe dd, #noSupportMe dd {
	font-weight: bolder;
	line-height: 32px;
	height: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
}
#supportMe dt, #noSupportMe dt {
	color: #444444;
	line-height: 28px;
}

