/* watermark input boxes */
$(function() {
   $('input').placeholder();
});

