a.tweet-highlight {
	background: #EEEEEE url('twitter-gray.png') right 2px no-repeat;
	border-right: 4px solid #EEEEEE;
	border-left: 4px solid #EEEEEE;
	padding: 2px 20px 2px 0px;
	color: #333333 !important;
	text-decoration: none !important;
}
a.tweet-highlight:hover {
	background: #dbf2fb url('twitter-blue.png') right 2px no-repeat;
	border-right: 4px solid #dbf2fb;
	border-left: 4px solid #dbf2fb;
	padding: 2px 20px 2px 0px;
	color: #333333;
}