a.btn{color:#fff}
.btn {
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 7px 10px 7px 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
	transition: border .25s linear,color .25s linear,background-color .25s linear
}
.btn:hover {
	background-color: rgba(212,212,212,.5);
	color: #34495e
}
.btn-fb {
	background-color: #4769a5;
	border-color: #354d79;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.btn-tw {
	background-color: #51a3bf;
	border-color: #408299;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.btn-gp {
	background-color: #bf3727;
	border-color: #932b1f;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.btn-in {
	background-color: #2ba3e1;
	border-color: #207aa8;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.btn-up {
	background-color: #eb4723;
	border-color: #ab361d;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.btn-rd {
	background-color: #333333;
	border-color: #1d1d1d;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.btn-pn {
	background-color: #cc2129;
	border-color: #9b1a20;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
