.amz-button {
	clear: both;
	border: none;
	box-shadow: none !important;
	position: relative;
	display: block;
	background: #f90 !important;
	color: #FFFFFF !important;
	width: 100%;
	max-width: 300px;
	max-height: 60px;
	height: 40px;
	font-size: 19px;
	font-weight: normal;
	margin: 15px auto;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	text-decoration: none !important;
}

.amz-button:hover {
	opacity: 0.8;
	color: #000000 !important;
	text-decoration: none !important;
}