.twitter_feed { width: 600px; height: 500px; background-image: url('tweet-header.png'); background-repeat: no-repeat; background-color: #cdcdcd; }
.twitter_feed h1 { margin: 0; padding: 0px; height: 30px; }
.twitter_feed h1 img { float: right; width: 120px; height: 30px; }
.twitter_feed h1 span { display: block; padding-left: 15px; padding-top: 7px; color: #ffffff; font: bold 16px Verdana; text-shadow: 2px 2px 2px #444444; }
.twitter_feed ul { background: #ffffff; margin: 0px; padding: 0px; border: solid 1px #000000; overflow: auto; font: 13px Verdana; height: 470px; }
.twitter_feed li { background: url('tweet-bg.png'); background-repeat: repeat-x; list-style: none; padding: 3px; margin-bottom: 10px; display: block; min-height: 50px; clear: both; }
.twitter_feed li span.pic { float: left; padding-right: 5px; padding-bottom: 5px; }
.twitter_feed li span.pic img {  width: 50px; height: 50px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #cdcdcd; }
.twitter_feed li span.user { font-weight: bold; padding-right: 5px; }
.twitter_feed li span.msg a { color: #aa0000; }
.twitter_feed li div.meta { margin-left: 55px; display: block; padding-top: 3px;  }
.twitter_feed li div.meta a { color: #aa0000; font: 10px Verdana; }
.twitter_feed li span.timestamp { font: 10px 'Courier New'; color: #777777; text-shadow: 1px 1px 1px #aaaaaa; float: left; display: block; padding-right: 10px; }
.twitter_feed .controls { padding-top: 3px; padding-left: 5px; background: #990000; height: 25px; }
.twitter_feed .controls .update { float: right; width: 250px; color: #ffe0e0; font: 10px Verdana; text-shadow: 1px 1px 1px #aaaaaa; text-align: right; padding-right: 12px; padding-top: 3px; }
.twitter_feed .controls .update a { text-decoration: none; color: #ffe0e0; }
.twitter_feed .controls button { background: none; border: none; padding: 0px; height: 20px; width: 120px; cursor: pointer; }
.twitter_feed div.on button.on { display: block; }
.twitter_feed div.on button.off { display: none; }
.twitter_feed div.off button.on { display: none; }
.twitter_feed div.off button.off { display: block; }