#cta-button{
	background-color: red;
	font-size: 1.3rem;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding: 1rem 2.3rem;
	border-left: solid 1px red;
	margin: 1.4rem auto;
	background-image: linear-gradient(to bottom, red 0%, #DC0000 100%);
	border-radius: .7rem;
}

#cta-button:active{
	top:3px;
	background-image: linear-gradient(to bottom, #DC0000 0%, red 100%);
}

td center a.awesome{
	padding: .7rem .5rem;
}

#cta-button.ctaNewPage{
	background-image: none;
	background-color: #fff;
	border: 1px dotted #333;
	box-shadow: none;
}

div.cta center a.green-awesome{
	display: block;
	background-color: #7ed321;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 1rem 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 22px;
	text-shadow: none;
	border-bottom: none;
	box-shadow: none;
}

div.cta center a.ctaNewPage{
	font-size: 1.4rem;
	line-height: 26px;
	padding: 1rem;
	color: #fff!important;
	display: inline-block;
	white-space: normal;
	border-bottom: 2px dotted rgba(0,0,0,0.75);
}