ok that thing it's possible to do limubai
follow me...
opne modules/downloads/tpl_downloads.php
go to the line 265 an search this
<tr>
<td class="modulecell" colspan="2">
<table width="50%" align="center">
<tr>
<td align="center" class="functions" width="200"><a href="index.php?ind=downloads&op=download_file&ide={$id}&file={$file}"><img src="$mklib->images/view.gif" border="0" alt="" /></a></td>
<td align="center" class="functions" width="200">$comment_pic</td>
<td align="center" class="functions" width="200"><a href="index.php?ind=downloads&op=submit_rate&ide={$id}"><img src="$mklib->images/rate.gif" border="0" alt="" /></a></td>
</tr>
<tr>
<td align="center" class="functions" width="200"><a href="index.php?ind=downloads&op=download_file&ide={$id}&file={$file}">{$mklib->lang['dw_dwfile']}</a></td>
<td align="center" class="functions" width="200">$comment_text</td>
<td align="center" class="functions" width="200"><a href="index.php?ind=downloads&op=submit_rate&ide={$id}">{$mklib->lang['dw_sendvote']}</a></td>
</tr>
</table>
</td>
</tr>
AND rewrite with this
<tr>
<td class="modulecell" colspan="2">
<table width="100%" align="center">
<tr>
<td align="center" class="functions" width="25%"><a href="index.php?ind=downloads&op=download_file&ide={$id}&file={$file}"><img src="$mklib->images/view.gif" border="0" alt="" /></a></td>
<td align="center" class="functions" width="25%">$comment_pic</td>
<td align="center" class="functions" width="25%"><a href="index.php?ind=downloads&op=submit_rate&ide={$id}"><img src="$mklib->images/rate.gif" border="0" alt="" /></a></td>
<td align="center" class="functions" width="25%"><a href="index.php?ind=downloads&op=submit_rate&ide={$id}"><img src="$mklib->images/rate.gif" border="0" alt="" /></a></td>
</tr>
<tr>
<td align="center" class="functions" width="25%"><a href="index.php?ind=downloads&op=download_file&ide={$id}&file={$file}">{$mklib->lang['dw_dwfile']}</a></td>
<td align="center" class="functions" width="25%">$comment_text</td>
<td align="center" class="functions" width="25%"><a href="index.php?ind=downloads&op=submit_rate&ide={$id}">{$mklib->lang['dw_sendvote']}</a></td>
<td align="center" class="functions" width="25%"><a href="mailto:info@webinweb.net?subject=Error on Download">Error on Download</a></td>
</tr>
</table>
</td>
</tr>
remember to edit this code with your email and your subject, and change the path por the image, now he will show the same icon of the botton rate