﻿.like
{
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	height:16px;
	clear: none;
	float:none;
    position:relative;
    display:inline-block;
}
.like img {
	vertical-align:text-bottom;
    float:left;
    margin-right:5px;
}

.like .likeCountContainer
{
    background: url("/content/images/counterPoint_5x16.png") no-repeat;
    background-position-y:0.5px;
    padding-left:4px;
	vertical-align:baseline;
    border:0;
    height:inherit;
    margin:0;
    margin-left: 5px;
    float:right;
}

.like .likeCountContainer .likeCount
{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    padding-left: 2px;
    padding-right: 2px;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
    text-align:center!important;
}

