  /* base styles */
.gaston-button {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 25px;
	line-height: 26px;
	font-family: Tahoma, Verdana, sans-serif;
	padding: 20px;
	margin: 0 0 0 30px;
	width: 200px;
	text-align: center;
}
.gaston-button a {
	width: 200px;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* colors */
.button-gaston-blue {
	background: #20537A;	
}
.button-gaston-green {
	background: #299A95;
}
.button-gaston-red {
	background: #7f0000;
}

/* alignment */
.button-align-left {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.button-align-right {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.button-align-center {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.button-align-none {
	display: block;
	margin: 0 24px;
	margin: 0 0.857142857rem;
}
