Code:
<!-- Start vBPunch -->
<if condition="$can_punch">
<a href="#" onClick="do_punch('$post[userid]', '$post[postid]'); return false;"><img src="$stylevar[imgdir_misc]/punch.gif" border="0" alt="$vbphrase[vbpunch_punch_user]" /></a>
</if>
<!-- End vBPunch -->
That should tell the mod to search in the style/misc directory for the Punch image. Seems to work for me!