.btn {
    font: 300 20px/1.5 Lato, "Helvetica Neue", Helvetica, arial, sans-serif;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #3e90c2));
	background:-moz-linear-gradient(top, #007dc1 5%, #3e90c2 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #3e90c2 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #3e90c2 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #3e90c2 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #3e90c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#3e90c2',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #005285;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #34495e;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3e90c2), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #3e90c2 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #3e90c2 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #3e90c2 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #3e90c2 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #3e90c2 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e90c2', endColorstr='#007dc1',GradientType=0);
	background-color:#3e90c2;
}
.btn:active {
	position:relative;
	top:1px;
}
