#tweetbox
{
	width:236px;
	color:#ccc;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:120%;
}
#tweetbox #hdr
{
	height:60px;
	margin:0 6px;
	min-height:60px;
	color:#ccc;
}
#tweetbox #hdr span
{
	font-size:14px;
	font-weight:bold;
	color:#FFF200;
}
#tweetbox #hdr a
{
	text-decoration:none;
	color:#888;
}
#tweetbox #hdr img
{
	float:left;
	margin-right:6px;
}
#tweetbox b
{
	color:#fff;
}
#tweetbox li
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin:0 6px 6px 6px;
	background:#393F43;
	padding:2px;
}
#tweetbox li a {color:#999;}
#tweetbox li a:visited {color:#999;}

#tweetbox #date
{
	color:#888;
}
