a.button, .simple_popup_link, div.wpcf7 button{
	display:inline-block;
	background: #79BB4F;
	background: -moz-linear-gradient(top, rgba(121, 187, 79, 1) 0%, rgba(80, 148, 51, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121, 187, 79, 1)), color-stop(100%,rgba(80, 148, 51, 1)));
	background: -webkit-linear-gradient(top, rgba(121, 187, 79, 1) 0%,rgba(80, 148, 51, 1) 100%);
	background: -o-linear-gradient(top, rgba(121, 187, 79, 1) 0%,rgba(80, 148, 51, 1) 100%);
	background: -ms-linear-gradient(top, rgba(121, 187, 79, 1) 0%,rgba(80, 148, 51, 1) 100%);
	background: linear-gradient(to bottom, rgba(121, 187, 79, 1) 0%,rgba(80, 148, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79bb4f', endColorstr='#509433',GradientType=0 );
	text-decoration: none !important;
	border: 1px solid #509433;
	padding: 3px 13px 4px;
}

a.button:hover, .simple_popup_link:hover, div.wpcf7 button:hover{
	background: rgb(42,75,122); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(42,75,122,1) 0%, rgba(25,44,72,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,75,122,1)), color-stop(100%,rgba(25,44,72,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(42,75,122,1) 0%,rgba(25,44,72,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(42,75,122,1) 0%,rgba(25,44,72,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(42,75,122,1) 0%,rgba(25,44,72,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(42,75,122,1) 0%,rgba(25,44,72,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4b7a', endColorstr='#192c48',GradientType=0 ); /* IE6-9 */
	border: 1px solid #192c48;
}

a.button span, .simple_popup_link span, div.wpcf7 button span{
	font-size: 12px;
	line-height: 12px;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	font-family: 'source_sans_pro_semiboldRg';
}

div.wpcf7 button span{
		font-size: 14px;
		background: url(../images/continue-button-bg.png) no-repeat right center;
		width: 300px;
		padding-right: 15px;
		background-position: right 5px;
}