#tweetmeme_button { font-family: arial;
 height: 60px;
 width: 50px;
 } 
#tweetmeme_button a { text-decoration: none;
 border: none;
 } 
#tweetmeme_button a:hover { text-decoration: none;
 }
#tweetmeme_button .count { background: url('http://tweetmeme.com/images/widget.gif') no-repeat;
 position:relative;
 display: block;
 text-decoration: none;
 width: 50px;
 height: 34px;
 text-align: center;
 font-size: 17px;
 color: #444444;
 padding: 4px 0px;
 } 
#tweetmeme_button .count span.t { font-size: 10px;
 line-height: 10px;
 position: absolute;
 display: block;
 top: 23px;
 left: 10px;
 }
#tweetmeme_button .retweet { height: 16px;
 width: 50px;
 background: url('http://tweetmeme.com/images/widget.gif') no-repeat 0px -45px;
 text-align: center;
 margin-top: 3px;
 display: block;
 cursor: pointer;
 padding: 0px 0px 0px;
 font-size: 11px;
 color: #FFF;
 text-decoration: none;
 line-height: 16px;
 }
#tweetmeme_button .retweet:hover, #tweetmeme_button .retweet.selected { background-position: 0px -61px;
 color: #80b62a;
 }
#tweetmeme_button .retweet.selected { cursor: text;
 }
#tweetmeme_button .tweetmemebutton.loading .count { text-align: left;
 }
#tweetmeme_button .tweetmemebutton.loading .c { background: url('http://tweetmeme.com/images/button_loader.gif') no-repeat;
 height: 16px;
 width: 16px;
 display: block;
 text-indent: 100px;
 overflow: hidden;
 margin: 7px 0px 0px 18px;
 }
#tweetmeme_button .tweetmemebutton.loading .t { display: none !important;
 }