@charset "utf-8";
/* CSS Document */

	.button {
		display: inline;
		background: #777 url(btn.png) repeat-x bottom;
		border: none;
		color: #8a8a8a;
		cursor: pointer;
		font-weight: normal;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-shadow: 1px 1px #003e7d;
		}
	.button:hover {
		background-position: 0 top;
		}
	.button:active {
		background-position: 0 top;
		position: relative;
		top: 1px;
		}
	.button.blue { background-color: #8a8a8a; 
		}
