.signup-button {
	font-family: Helvetica,Arial,sans-serif;
	display: inline-block;
	padding: 6px 59px;
	color: #fff !important;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
	font-size: 12px;
	background: #286da3;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#50b7d1',endColorstr='#286da3');
	background: -webkit-gradient(linear,left top,left bottom,from(#50b7d1),to(#286da3));
	background: -moz-linear-gradient(top,#50b7d1,#286da3);
	border: 1px solid #51a0b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-webkit-font-smoothing: antialiased;
		cursor:pointer;
}
.signup-button:hover {
	text-decoration: none;
	background: #328fc9;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#66c7e5),to(#328fc9));
	background: -moz-linear-gradient(-90deg,#66c7e5,#328fc9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66c7e5',endColorstr='#328fc9');
}

.signup-button strong {
	display: block;
	color: #fff;
	font-size: 20px;
}

.signup-button em {
	font-weight: bold;
	font-style: normal;
	color: #c8ecff;
}