
.bookmark a.gone,
.bookmark a.wannago {
	display: inline-block;
	width: 138px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
	color: #8FC220;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #8FC220;
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.bookmark a i {
	font-size: 20px;
	vertical-align: middle;
}
.bookmark a.gone {
	margin-right: 10px;
}
.bookmark a.done {
	color: #fff;
	background-color: #8FC220;
	border-color: #8FC220;
}