$(function() {
  
  // $('.textile-toolbar button').livequery(function() { $(this).corner('3px'); });
  $('textarea').corner('8px top').textareaResizer();
  
});