window.addEvent('domready', function(){
	if($('id-search-textbox') != null){
		new OverText('id-search-textbox', { positionOptions: {offset: { x: 7,y: 7}}});
	}
	if($('id-newsletter-textbox') != null){
		new OverText('id-newsletter-textbox', { positionOptions: {offset: { x: 7,y: 7}}});
	}
	if($('id-voucher-textbox') != null){
		new OverText('id-voucher-textbox', { positionOptions: {offset: { x: 10,y: 6}}});
	}
});
