/* Insidepixel Advanced Onlinelegend */

.buddy {
  color: #009be9;
  font-weight: bold;
  font-size: 1em !important;
  height: 16px;
  background-image: url("../icon/friend.png");
  background-repeat: no-repeat;
  background-position: left!important;
  border-top: none;
  padding-left: 12px; 
  padding-top: 4px;
}

/* IE 6 Fix */

* html .buddy {
  padding-top: 1px;
}

/* IE 7 Fix */

*:first-child+html .buddy {
  padding-top: 1px;
}