Hi Rick,
One way to right align the placeholder would be:
Add this to your project's css file:
div[id*="rightalignId"] span { left:auto; right:0px;}
Then provide the DojoTextFields you want their placeholders to be right-aligned with an id containing the text "rightalignId".
Like:
dt1 DojoTextField{placeHolder = "Amount", id="rightalignId25"};
Guus
gweis