a.button {
	width: 200px;
	text-align: center;
	text-decoration: none;
	display: block;
	background: transparent url('../img/button.png') no-repeat top left;
	height: 17px;
	margin: 4px;
	padding: 2px 0 0 0;
	color: #555;
	cursor:pointer;
}

a.button:active {
	height: 17px;
	background-position: bottom left;
	color: #000;
}

a.button-default {
	width: 200px;
	text-align: center;
	text-decoration: none;
	display: block;
	background: transparent url('../img/button-default.png') no-repeat top left;
	height: 17px;
	margin: 4px;
	padding: 2px 0 0 0;
	color: #555;
	cursor:pointer;
}

a.button-default:active {
	height: 17px;
	background-position: bottom left;
	color: #000;
}

.button-set {
	width: 1100px;
	height: 40px;
	background: #eee;
}
