.tweetContainerOuter{
	margin:4px 0 14px 0;
	position:relative;
}
.tweetContainerInner{	
	background:#fff;
	border:1px solid #d1d1d1;
}
.tweetText{
	color:black;
	padding:6px 6px 6px 6px;
}
.tweetFooter{
	font-size:0.85em;
	color:#999;
	padding:0px 6px 6px 6px;
}
	.tweetFooterLinks{
		visibility:hidden;
	}
		.tweetContainerInner:hover .tweetFooterLinks{
			visibility:visible;
		}
.tweetBottomBubble{	
	position:absolute;
	bottom:-18px;
	left:12px;
	width:20px;
	height:20px;
	background:url('tweet_bottom.png') no-repeat top left;
}