  /* EXAMPLES */

  /* IE only */
  DD_roundies.addRule('.button, .textfield, textarea, select', '3px');

  /* varying radii, IE only */
  DD_roundies.addRule('.button, .textfield, textarea, select', '3px');

  /* varying radii, "all" browsers */
  DD_roundies.addRule('.button, .textfield, textarea, select', '3px', true);
  
