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

.tp_twitter {
	width:241px;
}

	.tp_twitter_bubble-start {
		width:100%;
		height:65px;
		background:url(images/twitter_top.png) no-repeat;
	}
	
	.tp_twitter_bubble-content {
		width:100%;
		background:url(images/twitter_content.gif);
		background-repeat:repeat-y;
	}
		.tp_twitter_bubble-content p {
			line-height:1em;
			margin:0px;
			margin-left:10px;
			margin-right:20px;
			padding-bottom:1em;
			padding-top:1em;

			font-family: Arial;
			font-size:12px;
			color:#b0afaf;
			border-bottom:1px dotted #999;
		}
	
	.tp_twitter_bubble-end {
		width:100%;
		height:61px;
		background:url(images/twitter_bottom.png) no-repeat;
	}
	
		