I use Thickbox for my website, when I use this code Thickbox close button repeat and increase I use following code to call Thickbox.
<div class="btnone2"><a href="signin.htm?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=560&width=470 allowtransparency=true" class="thickbox req" >Already a client? Sign In</a></div>
and when I press again
and again and again it 'll increase number of close button
thickbox.js and thickbox.css are included twice in page. That's why my problem occurred. I Remove this duplication and your problem will solved.