BlockUI demos need updating for border-radius property

BlockUI demos need updating for border-radius property

Several of the BlockUI demos are using the outdated prefixed version of the border-radius property :
  1. -moz-border-radius
This is obsolete and is not even valid in Firefox since v3.6, so it should be updated to the CSS unprefixed property:
  1. border-radius