.amz-button {
	color: #FFFFFF;
font-size: 18px;
font-weight: bold;
background: #FA5B0F;
padding: 8px 20px;
text-align: center;
display: block;
margin: 0 auto;
max-width: 300px;
	    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a.amz-button:visited {
	color: #fff;
}
.amz-button:hover {
	color: #FFFFFF;
	text-decoration: underline;
}