﻿    #CommentCounter
    {
        width:62px;
        height:50px;
    }  
    #CommentCounter  .comments { 
        background-image:url(http://media.townhall.com/res/4.3.0.64/images/icons/comments_icon.jpg);
        color:#999999;
        float:right;
        font-size:12px;
        height:50px;
        width:65px;
        text-decoration:none;
        }
        
    #CommentCounter  .commentnumber {
            color:#003366;
            float:none;
            font-family:Verdana,Arial,Helvetica,sans-serif;
            font-size:21px;
            font-weight:bold;           
            text-align:center;
            text-decoration:none;
			display: block;
			width: 65px;
        }
        
        
	#CommentCounter  .commentlink {
			  text-decoration:none;
			   cursor:hand;
        }

