.flag-wrapper a.flag {
	background: url(../images/like.gif) no-repeat 0 0;	
    height: 35px;    
    width: auto;
	padding:8px 0px 0px 35px;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	color:#003E2D;
	display:table;
}
a.flag.unflag-action {
    background: url(../images/liked.gif) no-repeat 0 0;	
	width: 150px;
	height: 26px;
	font-size: 10px;
	color: #CCC;
	padding: 25px 3px 0px 30px;
	text-decoration:none;
}