.twitted {
	width: 250px;
	margin-bottom: 1.5em;
	margin-left: 10px;
	font-family: Georgia;
	font-style: italic
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	height: 75px;
}

.twitted a:link, .twitted a:visited, .twitted a:active {
	color: #0099cc; 
	text-decoration: none;
	font-weight: normal;
}

.twitted a:hover {
	color: #0099cc; 
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia;
	font-size: 12px;
}

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

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("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;
	
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	margin-top: 5px;
}


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

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

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