<?php
{style}
{literal}
input.peep_credits_input { width: 100px; }
{/literal}
{/style}
{form name='grant-credits-form'}
<div class="peep_center">
{text key='usercredits+grant_amount'} {input name='amount' class='peep_credits_input'}
{submit name='grant'}
</div>
{/form}
?>