Index: plugins/vcard_attachments/vcard_attachments.php
===================================================================
--- plugins/vcard_attachments/vcard_attachments.php	(revision cc97ea0559af1a92a54dbcdf738ee4d95e67d3ff)
+++ plugins/vcard_attachments/vcard_attachments.php	(revision c7a2e84a240e50f83a0222ad041b2197f97dffbc)
@@ -54,10 +54,10 @@
         
         // add box below messsage body
-        $p['content'] .= html::p(array('style' => "margin:1em; padding:0.5em; border:1px solid #999; width: auto;"),
+        $p['content'] .= html::p(array('style' => "margin:1em; padding:0.5em; border:1px solid #999; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; width: auto;"),
           html::a(array(
               'href' => "#",
               'onclick' => "return plugin_vcard_save_contact('".JQ($this->vcard_part)."')",
               'title' => "Save contact in local address book"),  // TODO: localize this title
-            html::img(array('src' => '/images/buttons/add_contact_act.png', 'align' => "middle")))
+            html::img(array('src' => $this->url('vcard_add_contact.png'), 'align' => "middle")))
             . ' ' . html::span(null, Q($display)));
         
