#socialButtons .bubble{
	margin:-4px 0 0 2px;
	position:relative;
	z-index:50;
	overflow:visible;
	width: 46px;
	height: 46px;	
}

#socialButtons .bubble_logo{
	position:absolute;
	top:4px;
	left:4px;
	z-index:2;
	width: 37px;
	height: 37px;	
	pointer-events:none;
}
#socialButtons .bubble_text{
	position:absolute;
	top:5px;
	right:17px;
	z-index:1;
	width:1px;
}
#socialButtons .text_container:hover{
	text-decoration:underline;
}
#socialButtons .bubble_text .text_container{
	margin-left:10px;
	font:11px/35px verdana;
	float:left;
}
#socialButtons .place_holder{
	width:150px;
}