/* meta-disclaimer */
a#btn-recommend {
	display:inline-block;
	width:144px;
	height:16px;
	cursor:pointer;
}
a#btn-recommend span {
	width:144px;
	height:16px;
	display:block;
	visibility:hidden;
	overflow:hidden;
	text-indent:144px;
}
a#btn-print {
	display:inline-block;
	width:126px;
	height:16px;
	cursor:pointer;
}
a#btn-print span {
	width:126px;
	height:16px;
	display:block;
	visibility:hidden;
	overflow:hidden;
	text-indent:126px;
}
a#btn-top {
	width:94px;
	height:16px;
	display:inline-block;
	cursor:pointer;
}
a#btn-top span {
	display:block;
	width:94px;
	height:16px;
	visibility:hidden;
	overflow:hidden;
	text-indent:94px;
}
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;
}
