.social-button {
	width: 250px;
	border-radius: 5px;
	background-color: #ddd;
	height: 36px;
	display: block;
	color: white; 
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 5px;
}

.social-button-fb { background-color: #48629b; }
.social-button-tw { background-color: #23b0e6; }
.social-button-gp { background-color: #dc4b38; }

.social-button:hover {
	background-color: #eee;
	color: #333;
}

.social-button-logo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	height: 36px;
	width: 36px;
	border-right: 2px solid rgba(255,255,255,0.5);
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.social-button-fb .social-button-logo { background-image: url('ico-fb.jpg'); }
.social-button-tw .social-button-logo { background-image: url('ico-tw.jpg'); }
.social-button-gp .social-button-logo { background-image: url('ico-gp.jpg'); }

.social-button-link {
	display: block;
	float: left;
	text-indent: 10px;
}
