@charset "UTF-8";
/* CSS Document by Thomas Paul */

.tp_twitter {
	width:186px;
}

	.tp_twitter_bubble-start {
		width:100%;
		height:15px;
		background:url(images/bubble-start.jpg) no-repeat;
	}
	
	.tp_twitter_bubble-content {
		width:100%;
		background:url(images/bubble-content.jpg) repeat-y;
	}
		.tp_twitter_bubble-content p {
			line-height:1em;
			margin:0px;
			margin-left:5px;
			margin-right:20px;
			padding-bottom:1em;
			font-family: Arial;
			font-size:12px;
			color:#b0afaf;
		}
	
	.tp_twitter_bubble-end {
		width:100%;
		height:107px;
		background:url(images/bubble-end.jpg) no-repeat;
	}
	
		.tp_twitter-follow-me {
			position:relative;
			top:51px;
		}
