body {
	background: #fff;
}


.button {
	float: left;
	height: 25px;
	margin-right: 1px;
	background: transparent url(../images/button-bg.png);
	text-decoration: none;
	cursor: pointer;
}

.button .right {
	display: block;
	height: 11px;
	padding: 7px 9px 7px 10px; 
	margin-right: -1px;
	background: transparent url(../images/button-bg.png) no-repeat right -25px;
	font-family: "Helvetica Neue", Arial, Helvetica, verdana, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	color: #404040;
	text-shadow: #fff 0 1px 0;
}

.button:hover,
.button:focus {
	background-position: 0 -50px;
	outline: none;
	text-decoration: none;
}

.button:hover .right,
.button:focus .right {
	background-position: right -75px;
	color: #000;
}

.button:active {
	background-position: 0 -100px;
	outline: none;
}

.button:active .right {
	background-position: right -125px;
	color: #404040;
}

.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
}

.footnote {
	font-size: 0.8em;
	letter-spacing: 0.02em;
	color: #aaa;
}