 $(function() {		 
		  		$("input.file_1").filestyle({ 
   	  		image: "images/template/browse.gif", // browse replacement image
    	  		imageheight : 14, // height of browse image
    	  		imagewidth : 84, // width of browse image
    	  		width : 254 // width of text box
		  		});	
		  });
		  
 $(function() {		 
		  		$("input.file_2").filestyle({ 
   	  		image: "images/template/browse_top.gif", // browse replacement image
    	  		imageheight : 14, // height of browse image
    	  		imagewidth : 92, // width of browse image
    	  		width : 254 // width of text box
		  		});	
		  })