.twitted {
	margin-bottom: 1.5em;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
}

.newsheadline {
	position: relative;
	border: 1px dashed #333333;
	padding: 10px 8px;
	margin-bottom: 11px;
}
.newsheadline strong {
	color: #FFFFFF;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("images/loading.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 {
	position: relative;
	border: 1px dashed #333333;
	padding: 10px 8px;
	margin-bottom: 11px;
}

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

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #b67b2e;
	font-weight: normal;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.twitted ul#twitter_update_list li.firstTweet {
margin-top: 10px;
}

.twitted ul#twitter_update_list li.lastTweet {
	margin-bottom: 20px;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}