#tweetainer {
	display: block;
	margin: 0px;
	padding: 0px;
}
#tweetainer input.more {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	width: 560px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}
#tweet  {
	padding: 15px;
	text-align: left;
	display: block;
	width: 560px;
	border-bottom: 1px dashed #ccc;
}
#tweet:hover {
	background-color: #f5f6f1;
}
	#tweet a {
		color: #003366;
		text-decoration: none;
	}
	#tweet a:hover {
		color: #999999;
	}
	#tweet a.user {
		font-size: 16px;
	}
	#tweet img.pic {
		float: left;
		display: block;
		padding: 2px;
		border: 1px solid #CCCCCC;
		margin-right: 15px;
	}
	#tweet h2 {
		font-size: 16px;
		font-weight: normal;
		color: #0066FF;
		margin: 0px;
		padding: 0px;
	}
	#tweet p {
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		color: #333333;
	}
	#tweet span.date {
		font-style: italic;
		font-size: 11px;
		color: #999999;
	}
