.top-of-page-button {
	width: 110px;
	height: 19px;
	float: right;
	padding-right: 5px;
	cursor: pointer;
}
.top-of-page-button .topb-l {
	float: left;
	width: 8px;
	height: 19px;
	background-image: url('/images/share/buttons/top-of-page-left.gif');
	background-repeat: no-repeat;
}
.top-of-page-button .topb-icon {
	float: left;
	width: 19px;
	height: 19px;
	background-image: url('/images/share/buttons/top-of-page-icon.gif');
	background-repeat: no-repeat;
}
.top-of-page-button .topb-m {
	float: left;
	width: 75px;
	height: 19px;
	background-image: url('/images/share/buttons/top-of-page-face.gif');
	background-repeat: repeat-x;
	text-align: left;
}
.top-of-page-button .topb-m .topb-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	height: 17px;
	padding-top: 2px;
	padding-left: 2px;
}
.top-of-page-button .topb-r {
	float: right;
	width: 8px;
	height: 19px;
	background-image: url('/images/share/buttons/top-of-page-right.gif');
	background-repeat: no-repeat;
}
a:hover .top-of-page-button .topb-m .topb-text {
	color: #0063A1;
}
