.amz-button {
	background: #b16339;
	border: 1px solid #b16339 !important;
	color: #ffffff !important;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	max-width: 260px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	text-decoration: none;
}

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