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

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