Center an Amazon Payment Button

I often need to center an Amazon Payment button, but I keep forgetting how. There are lots of CSS solutions. Here's the solution I currently use. Just surround the form in an div with an align value set to center.

<div align="center">
<!-- Amazon Payment Form Goes Here -->
</div>