#top_buttons {
	width: 100%;
}
.top_button {
	float: right;
}
.top_button a {
	width: 104px;
	height: 36px;
	display: block;
}
.top_button a span {
	display: none;
}
#top_buttons:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}