/* TWITTER BUBBLE */
#twitter_bubble
{
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
 
#twitter_bubble #twitter_photo
{
	position: relative;
	width: 89px;
	height: 73px;
	margin: 0px;
	padding: 0px;
	background: transparent url("http://www.canoeit.com/images/twitter-tip2.gif") no-repeat right;
	z-index: 10000;
}
 
#twitter_bubble #twitter_photo img
{
	/*border: 1px solid #000000;*/

}
 
#twitter_bubble div.rounded
{
	width: 270px;
	margin: -63px 0px 0px 88px;
	padding: 10px;
/*	border: 1px solid #b2b4bf; */
	background-color: #FF9933;
}
 
#twitter_bubble div.rounded p, #tweet
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

