$(document).ready(function(){			
				$('textarea').elastic();
			});	
			
			
$(function() {
            
      $("input.file").filestyle({ 
          image: "img/button_file.png",
          imageheight : 20,
          imagewidth : 80,
          width : 150
      });
           
  });
  
$(document).ready(function() {
				$('textarea.resizable:not(.processed)').TextAreaResizer();
			});
			
			
$(document).ready(function() {
	$('.selectbox').selectbox({debug: true});
});
