.button td {
	vertical-align: middle;
	font-size: 90%;
	font-weight: bold;
}

.button .label {
	background-position: top center;
}

.button .icon {
	background-position: top center;
	padding-right: 4px;
}

.button .left {
	background-position: top left;
	width: 6px;
}

.button .right {
	background-position: top right;
	width: 6px;
}

.button a {
	font-size: 80%;
	text-decoration: none;
}

.button .white {
	color: #c0c0c0;
}

.button .white:hover {
	color: #ffffff;
}

.button .black {
	color: #707070;
}

.button .black:hover {
	color: #000000;
}
