.su-button-center {
	text-align: center;
}
.amz-button {
	 color: #FFFFFF;
    background-color: #fa5739;
    border-color: #c8462e;
	display: inline-block;
	text-decoration: none;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	border-width: 1px;
    border-style: solid;
}

.amz-button span {
	color: #FFFFFF;
	padding: 0px 24px;
	font-size: 18px;
	line-height: 36px;
	border-color: #fc8a75;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}