@CHARSET "ISO-8859-1";

.tweet_container {
	border: 1px solid #c0c0c0;;
	background-color: #DAE7F0;
	padding:1em 2.5em 0.1em 1em;
	background-image:url("twitterIco.png");
	background-position:right bottom;
	background-repeat:no-repeat;
}

.tweet_container li{
	list-style:none;
	background-color: #eef4f9;
	margin-bottom:1em;
	padding:5px;
}
