.buttons,
.button {
	text-align:center;
	max-width:250px;
	margin:0 auto;
	max-height:40px;
	
}


html.stbt-button1 .button a,
html.stbt-button1 .buttons a{color:white;}

.ctawrap span:first-child {
    width: 159px;
    display: inline-block;
}
.ctawrap span:last-child {
    width: 25px;
    display: inline-block;
    color: white;
}

html.stbt-button1 .buttons,
html.stbt-button1 .button {
color:white; 
background: #cedce7;
background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cedce7), color-stop(100%, #596a72));
background: -webkit-linear-gradient(top, #cedce7 0%, #596a72 100%);
background: -o-linear-gradient(top, #cedce7 0%, #596a72 100%);
background: -ms-linear-gradient(top, #cedce7 0%, #596a72 100%);
background: linear-gradient(to bottom, #cedce7 0%, #596a72 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72', GradientType=0 );
clear: both;
display: block;
padding: 5px;
border-radius: 5px;
width: 90%;
margin: 0 auto;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
color: #FFF!important;
text-transform: uppercase;
text-decoration: none;
font-weight: bolder;
text-shadow: 1px 1px 5px #555;
border: 0;
padding-top:7px;}


html.stbt-button2 .buttons,
html.stbt-button2 .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding-left:20px;
	padding-right:20px;
	color:#333!important;}
