/*
$Id: iepositioning_fix.js,v 1.3.2.1 2009/07/27 13:09:33 avg Exp $ 
vim: set ts=2 sw=2 sts=2 et:
*/
$(document).ready(function(){
  $("td div button").each(function() {
    $(this).width($(this).width());
  });
});


