$(document).ready(function(){
	$('input.text').watermark('','watermark');
})

