.twitters {
	float: left;
	width: 296px;
	padding: 5px;
	background: transparent url('/images/bg_blue_transparent.png') repeat scroll left top;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}
.twitters h2{
	font-size: 1em;
	margin-top: 1em;
	color: #FFF;
}

.twitters ul {
  list-style: none;
  padding: 0;
	margin-bottom: 0;
}

.twitters li {
	margin-bottom: .5em;
}

.twitters span.twitterPrefix {
	display: none;
  font-weight: bold;
}

.twitters span.twitterTime {
  font-weight: bold;
	color: #FF9;
}

.twitters span.twitterStatus {
  font-style: italic;
}

.twitters span.twitterStatus:before,
.twitters span.twitterStatus:after{ content: "\""; }