.tweet,
.query {
	font: 12px "Lucida Grande", Lucida, Arial, sans-serif;
	text-align:left;
	color: #333;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 15px 15px 10px 10px;
		padding: 0 0 0 0;
		overflow-y: hidden;
		background-color: #fff;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0 0 0 0;
			list-style-type: none;
			margin-bottom:10px;
		}
		
			.tweet_list li a {
				color: #999;
				font-size:9px;
			}
			
			.tweet_list li a:hover {
				color: #900;
				font-size:9px;
			}
		
		.tweet_list .tweet_even {
			background-color: #fff;
		}
		
		.tweet_list .tweet_avatar {
			padding: 0 0 0 5px; float: right;
			}
		
			.tweet_list .tweet_avatar img {
				vertical-align: left;
			}