a.button, .simple_popup_link, div.wpcf7 button{
	display:inline-block;
	background: #0065aa;
	background: -webkit-linear-gradient(top, #0065aa 0%, #004683 100%, #004683 100%);
	background: -moz-linear-gradient(top, #0065aa 0%, #004683 100%, #004683 100%);
	background: -o-linear-gradient(top, #0065aa 0%, #004683 100%, #004683 100%);
	background: -ms-linear-gradient(top, #0065aa 0%, #004683 100%, #004683 100%);
	background: linear-gradient(top, #0065aa 0%, #004683 100%, #004683 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0065aa", endColorstr="#004683",GradientType=0);
	text-decoration: none !important;
	border: 1px solid #003660;
	padding: 1px 10px 1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}

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, div.wpcf7 button span, .simple_popup_link 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;
}
a.button.big{ padding-top:3px; padding-bottom:3px; }
a.button.big span{ font-size:14px; line-height:14px; }