.twitted {
	position: relative;
	width: 16em;
	margin-bottom: 1.5em;
}

.twitted h2 {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #e0e5e9;
	margin: 0 0 10px 0;
	background: #000;
	width: 45px;
	padding: 2px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../_imagens/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #444;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #fff;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	font: bold 10px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #0079C1;
}
