#twitter-container {width: 440px; padding: 10px; position: relative; font: 400 12px/1 arial, sans-serif; margin: 0; list-style: none; border:1px solid #CCC; }
#twitter-container-top{height:45px; border-bottom:#CCC solid 1px;margin-bottom:10px;}
#twitter-container-top .boxTitle{display:block; float:left;line-height:35px;font-size:18px;}
ul.tweetbox {background: #fff; border-radius: 15px; width: 440px; padding: 0px; color: 000; margin: 0; clear:both; height:400px; overflow-x: hidden; overflow-y: scroll;}
ul.tweetbox li {padding: 0; margin: 0 0 13px; list-style: none; line-height: 1.4em; border-bottom:1px solid #CCC;}
ul.tweetbox a {color: #00aced; text-decoration: underline; transition: all .1s ease-out; -webkit-transition:all.1s ease-out; -moz-transition:all .1s ease-out; }
ul.tweetbox a:hover {color: red; text-decoration: none}
ul.tweetbox .tweetwhen a {display: block;float:right; text-align: right; text-decoration: none; color: #000; padding: 3px; font-size: 0.8em; margin: 5px 0 0; line-height: 1}
ul.tweetbox .tweetwhen a:hover {color: red;}
/*.tweetbox:before {border-right: 40px solid #FFFFFF; border-top: 20px solid #20252A; bottom: 58px; content: ""; font-size: 0; left: 45px; line-height: 0; position: absolute; width: 0;}*/
#twitter_bird {background: url(smmfeed/twitter_bird.png) no-repeat; left: 5px; position: absolute; bottom: 35px; width: 33px; height: 28px}
#twitter_feed_link {width: 111px; text-decoration: none; text-align: center; right: 0; padding-top: 5px; line-height: 11px; height: 28px; font-size: 10px; display: block; float:right; color: #2B3137; bottom: 35px; border: 1px solid #DBDAE0;  border-radius: 5px;}
#twitter_feed_link strong {color: #00aced}
.external_link {text-align: center; font-size: 0.8em; margin: 50px 0 0; display: block; height: 20px; padding: 8px 0 0}
.external_link a {text-decoration: none; color: #2B3137;}
.external_link a:hover {text-decoration: underline; }
.userImageThumb{
	border-radius:5px;
}
.twittReplayBtn{
	background: url(twitterBg.png) no-repeat -80px -83px; 
	width:20px;
	height:20px;
	display:inline-block;
}
.twittReplayBtn:hover{
	background: url(twitterBg.png) no-repeat -103px -83px;
}
.twittRetweetBtn{
	background: url(twitterBg.png) no-repeat -80px -100px; 
	width:20px;
	height:20px;
	display:inline-block;
}
.twittRetweetBtn:hover{
	background: url(twitterBg.png) no-repeat -107px -100px;
}
.twittFavBtn{
	background: url(twitterBg.png) no-repeat -80px -120px; 
	width:20px;
	height:20px;
	display:inline-block;
}
.twittFavBtn:hover{
	background: url(twitterBg.png) no-repeat -101px -120px;
}
.twitterBottomWrapper{
	background-color:#999;
	padding:10px;
}
.sendTweet{
	background-color:#fff;
	border-radius:5px;
	padding:5px;
}
.twitterBottomWrapper a{
	color:#999;
}