Hi,
Add the following to the bottom of the style.css file in your skin folder.
.ui-widget-content { border: 0 none; }
Because this is lower in the style than the jQuery UI css from the Google CDN, it will take override the border: 1px solid #DDDDDD;
HTH,
Joe D.