/* meta-disclaimer */
a#btn-recommend {
	display:inline-block;
	width:132px;
	height:25px;
	cursor:pointer;
	line-height: 25px;
}
a#btn-recommend span {
	width:132px;
	height:25px;
	display:block;
	visibility:hidden;
	overflow:hidden;
	text-indent:132px;
}
a#btn-print {
	display:inline-block;
	width:125px;
	height:25px;
	margin-right: 17px;
	cursor:pointer;
	line-height: 25px;
}
a#btn-print span {
	width:125px;
	height:25px;
	display:block;
	visibility:hidden;
	overflow:hidden;
	text-indent:125px;
}
a#btn-top {
	width:96px;
	height:25px;
	display:inline-block;
	margin-right: 25px;
	line-height: 25px;
	cursor:pointer;
}
a#btn-top span {
	display:block;
	width:96px;
	height:25px;
	visibility:hidden;
	overflow:hidden;
	text-indent:96px;
}
a#btn-recommend:hover,
a#btn-print:hover,
a#btn-top:hover {
	background-position:-100px 0;
}
a#btn-recommend:hover span,
a#btn-print:hover span,
a#btn-top:hover span {
	visibility:visible;
}
