.hs_submit .hs-button{
	font-family: "proximanova-light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
	font-size: 18px;
	padding: 6px 20px;
	display: inline-block;
	line-height: 28px;
	color: #fff;
	background-color: #6699FF;
	background-image: none;
	border-bottom-color: #06F;
	box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.03) inset,0 1px 0 0 rgba(255,255,255,0.1) inset,0 1px 0 rgba(0,0,0,0.1);
	width: auto !important;
	background-clip: padding-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-left-color: #6699FF;
}
.hs_submit .hs-button:hover{
	outline: none;
	box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.03) inset,0 1px 0 0 rgba(255,255,255,0.1) inset,0 1px 0 rgba(0,0,0,0.1) !important;
	border: 1px solid #6699FF !important;
	background-color: #3366FF;
}
