body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: #FFFFFF; }
h1 { font-size: 14px; font-weight: bold }

#TweetSender {
	width: 280px;
	height: 370px;
	float: left;
	background: #F0E1E1;
	padding: 5px;
	border: #660000 1px solid;
	text-align: center;
}

#TweetResults {
	width: 210px;
	height: 200px;
	padding: 5px;
	list-style: none;
	list-style-position: inside;
	color: #000000;
}
#TweetMessageID { color: #0099CC; font-size: 10px; text-align: right; }
