  /* SEAO like button start here */
  .sitelike_button a{
    background-color:#f1f2f1;
    background-position:bottom;
    padding:3px 5px;
    text-decoration:none;
    font-weight:bolder;
    border:1px solid #cecece;
    clear:both;
    font-size:11px;
    float:left;
    outline:none;
  }
  .sitelike_button a:hover
  {
    background-color:#f1f2f1;
  }
  i.like_thumbup_icon
  {
		background-image: url(../images/thumb-up.png);
  }
  i.like_thumbdown_icon
  {
		background-image: url(../images/thumb-down.png);
  }
  .sitelike_button a span{
    color:#666666;
  }
  .sitelike_button a:hover span
  {
    color:#666666;
  }
  /* SEAO like button end here */
