.vcard .tel
{
  padding: 10px 10px 10px 32px;
  background: url(/images/vcard/phone.gif) center left no-repeat;
  
}

.vcard .mobile
{
  padding: 10px 10px 10px 32px;
  background: url(/images/vcard/mobile.gif) center left no-repeat;
}

.vcard .email
{
  padding: 10px 10px 10px 32px;
  background: url(/images/vcard/mail.gif) center left no-repeat;
}

.vcard .org
{
  font-weight: bold;
 }