/* TWITTER BUBBLE */
#twitter_bubble
{
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
 
#twitter_bubble #twitter_photo
{
	position: relative;
	width: 73px;
	height: 91px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	background: transparent url("http://www.boundarywatersblog.com/media/twitter-tip2.gif") no-repeat bottom right;
	z-index: 1;
}
 
 
#twitter_bubble div.rounded
{
	width: 140px;
	margin: 3px 0px 0px 2px;
	padding: 10px;
	background-color: #FF9933;
	z-index: 3;
}
 
#twitter_bubble div.rounded p, #tweet
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

