.twitted {
	width: 153px;
	margin-bottom: 1.5em;
	border: 1px solid #1D3F6B;
	font-size: 10px;
}

.twitted h2 {
	margin: 0;
	padding: 0.6em 1.0em;
	font-size: 12px;
	text-align: center;
	color: #1D3F6B;
	background-color: #89A8D0;
	text-decoration: none;
font-weight: normal;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("http:/fwtw.net/image/loader.gif") 1em center no-repeat;
}

.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 0.8em 0;
	border-bottom: 1px solid #ccc;
    word-break: break-all;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #1D3F6B;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #f88;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.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;
}

.twitted p.profileLink a{
	color: #1D3F6B;
	text-decoration: none;
	font-size: 10px;
}

.twitted p.profileLink a:hover{
	color: #9DA697;
	text-decoration: underline;
	font-size: 10px;
}

