.button {
	border-top: 1px solid #eee;
	background: #888;
	-webkit-box-shadow: #000 0 1px 0;
	-moz-box-shadow: #000 0 1px 0;
	box-shadow: #000 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #eee;
	display: inline-block;
	font-size: 20px;
	font-family: Helvetica,Arial,Sans-Serif;
	margin: 2px 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 10px 0 10px 0;
	width: 150px
}

	.button:hover {
		border-top-color: #aaa;
		background: #666;
		text-decoration: none
	}

	.button:active {
		border-top-color: #aaa;
		background: #444
	}

	.button:link {
		color: #fff
	}

	.button:visited {
		color: #fff
	}
