.tweet {
	display: inline;
	clear: both;
	float: left;
}

li.kc_tweet_top {
	display: inline;
	clear: both;
	float: left;
	background-position: left bottom;
	background-image: url(../images/kc_tweet_top_new.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 10px;
	width: 204px;
}
li.kc_tweet_middle {
	display: inline;
	clear: both;
	float: left;
	background-position: left top;
	background-image: url(../images/kc_tweet_middle_new.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	width: 184px;
}
li.kc_tweet_bottom {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	clear: both;
	float: left;
	background-position: left top;
	background-image: url(../images/kc_tweet_bottom_new.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 26px;
	width: 204px;
}
.tweet ul {
	list-style-type: none;
}
#kc_content a.kc_tweet_link {
	text-decoration: none;
	color: #999999;
	width: 182px;
	float: left;
	clear: both;
}
#kc_content a:hover.kc_tweet_link {
	color: #99cc33;
	background-color: transparent;
	width: 182px;
	float: left;
	clear: both;
}
.tweet_text {
	width: 192px;
	display: inline;
	clear: both;
	float: left;
}
.tweet_user {
	width: 192px;
	display: inline;
	clear: both;
	float: left;
}
