.tweet 
{
	font-family: Georgia, serif;
	font-size: 120%;
	color: #085258; 
	width:480px;
	background:#9ae4e8; 
	padding:10px;
	border:4px solid #33ccff;
	margin:20px 0px 40px 0px;
}

.tweet .tweet_list 
{
	list-style-type: none;
}

.tweet .tweet_list li 
{
	overflow: auto;
	list-style-type: none;
}

.tweet .tweet_list li a 
{
	color: #0C717A; 
}

.tweet .tweet_list .tweet_even 
{

}
 
.tweet .tweet_list .tweet_avatar 
{
	float: left; 
}

.tweet .tweet_list .tweet_avatar img 
{
	padding-right:10px;
}

#twitterbutton
{
	float:right;
	margin:5px 60px 20px 20px;
	border:0;
}

#twitterlink:hover
{
	margin:15px 0px 0px 0px;
	display:block;
	float:right;
}