.mlike_signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	/* border-top: 1px solid #CCCCCC; */
	clear: left;
	overflow: hidden;
	width: 100%;
}

.mlike{
    background:url(images/like/mlike.png) no-repeat;
    cursor:pointer;
    border: none;
    width: 36px;
    height: 17px;
    display: inline !important;
}

.tmb_like{
  font-size: 10px;   
  color:red;
  font-weight:bold;
}

.mlike_disabled{
    cursor:auto;
    background:url(images/like/dislike.png) no-repeat;
    cursor:pointer;
    border: none;
    width: 36px;
    height: 17px;  
    display: inline !important;
/*    opacity:0.4;
    filter:alpha(opacity=40);  For IE8 and earlier */
}
