If you are using Legacy...
post_thanks_box
Code:
<li class="postbitlegacy postbitim" id="post_thanks_box_{vb:raw post.postid}" style="top:-10px;<vb:if condition="!$post_thanks_box == 1"> display:none;</vb:if>">
{vb:raw post_thanks_box}
</li>
post_thanks_javascript
Code:
<style type="text/css">
.postbitlegacy .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.post_thanks_button {
background: url(images/buttons/post_thanks.png) no-repeat transparent left;
padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.quickreply:hover, .postbitlegacy .postfoot .textcontrols a.post_thanks_button:hover {
background: url(images/buttons/post_thanks-hover.png) no-repeat transparent left;
</style>
post_thanks_postbit
find <div class="postbody"> and change it to <div class="postbody" style="margin-left:0;">