Trouble in Center aligning the fyneworks star rating widget

Trouble in Center aligning the fyneworks star rating widget

Hi all,


 i am using the fyneworks start rating widget in my application. I am trying to center align it in a table's td.. but unfortunately the widget is always left aligned.. below is my existing code:
  1. <td style="border: solid 1px red;width:206px" align="center">
  2.  <a href="/ProductDetail.aspx?pid=123">
  3.      <img height="100px" width="80px" src="path" alt="tooltip" />
  4.  </a>
  5.  <b><a href="/ProductDetail.aspx?pid=123">Test item</a></b>
  6.  <div>
  7.      <input name="star_1" type="radio" class="star" disabled="disabled" />
  8.      <input name="star_2" type="radio" class="star" disabled="disabled" />
  9.      <input name="star_3" type="radio" class="star" disabled="disabled" />
  10.      <input name="star_4" type="radio" class="star" disabled="disabled" />
  11.      <input name="star_5" type="radio" class="star" disabled="disabled" />
  12. <br />              
  13.  </div>       
  14.  <h6>Test item</h6>
  15.  <div class="action">
  16. <a href="/add.aspx?pid=123">add</a>
  17. <a href="/delete.aspx?pid=123">delete</a>
  18. <a href="/edit.aspx?pid=123>modify</a>
  19.  </div>                                           
  20. </td>
i tried changing the style of div in order to get it properly aligned..can anybody please direct me to the solution for this problem?

thanks in advance,
Abdel Olakara