.twitted {
	padding-top:8px;
	width:200px;
	margin-bottom: 10px;
	font-size: 10px;
	float:right;
	margin-right:140px;
	margin-top:25px;
}

.twitted h2 {
	margin: 0;
	font-size: 12px;
	color: #fff;
	background-image: url('../images/headerTwitter.png');
	background-repeat:no-repeat;
	height:20px;
	padding-top:25px;
	padding-left:4px;
}

.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;
	background-color:#BAD4E4;
}

.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: #00f;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #f00;
}

.twitted ul#twitter_update_list li.firstTweet a{
	color:#E770AB;
}

.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: #fff;
}
.twitted p.profileLink  a{
	color:#8EC1DA;
}