.query {
	color: #000;
}
.query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.query .tweet_list li {
	overflow: auto;
	padding: 30px 0;
	background:url(../imagens/bgTweet.gif) bottom left no-repeat;
}
.query .tweet_list li a {
	color: #999;
	font-size:12px;
}

.query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
.tweet_text {
	clear:both;
	display:block;
}