/** Style the tweets */
#twitters {
	/*border: 1px solid #e5e5e5;*/
  padding: 5px;
	text-align:left;
}
#twitters UL {
	list-style:square;
	padding: 0;
}
#twitters LI {
	padding: 3px;
	margin-bottom:10px; 
  background: none;
	border-bottom:#FC0 solid 1px;
}
#twitters SPAN.prefix {
	font-weight: bold;
}
#twitters SPAN.time {
	font-weight: bold;
	font-style: italic;
	font-size:10px;
	color: #c5c5c5;
}
#twitters SPAN.status {
	font-style: italic;
}
#twitters SPAN.prefiximg {
	float:left;
	padding:0px 10px 50px 0px;
}
