.amz-button {
	background: #8B0000;
	border: 1px solid #8B0000 !important;
	font-size: 18px;
	color: #fff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 25px;
	max-width: 280px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.amz-button:hover {
	background: #FFC300 !important;
	text-decoration: none;
}