@charset "utf-8";
/* CSS Document */

/* Button */
input.button, a.button {
	width: 164px; height: 22px;
	padding: 0 0 4px 0;
	background: transparent url(img/button/bg.gif) 0 0 no-repeat;
	color: white;

	border: none;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
a.button {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 1px;
}
a.button:hover {
	text-decoration: none;
}
a.button:active {
	padding: 3px 0 1px 1px;
}

input.button.small, a.button.small {
	width: 67px;
	background-image: url(img/button/bg-small.png);
}

