#socialShareBlock {
	display: none;
	position: absolute;
	width: 350px;
	top: 0;
	left: 50%;
	margin-left: -175px; /* half of width */
	z-index: 2;
	box-shadow: 0 0 5px #000;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#socialShareBlock button {
	font-size: 9pt;
	padding: 0 2px;
	float: right;
}
#socialShareBlock a {
	font: 13px Arial,Helvetica,Sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 20px;
}
#socialShareBlock .header {
	padding: 4px 8px;
	height: 22px;
}
#socialShareBlock .content {
	padding: 8px;
	background: #fff;
}
#socialShareBlock .footer {
	background: #eee;
	border-top: 1px solid #ccc; 
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 20px;
	padding: 0 8px;
	white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.twitter .header {background:#202020}
.facebook .header {background:#6d84b4; color:#fff; font-family:"lucida grande",tahoma,verdana,arial,sans-serif; font-size: 14px; font-weight: bold;}
.linkedin .content { text-align: center; }
.hyves .header {background:#f68825;}
.googleplus .header, .linkedin .header {background:#eee; border-bottom: 1px solid #ccc }
.kaixin .header, .renren .header { background:#ffffff}
