I think I have it fixed, had another window in Chrome with PayPayl login pulled up. Once I closed that it allowed me to see the credit card fields. Will update shortly if it worked or not.
The way I got it to blend with my existing wordpress template was to delete the following from the widget.php file.
$before_title = “\n” . ‘<div class=”hslice” id=”ngg-webslice” >’ . “\n”;
$before_title .= ‘<class=”widgettitle entry-title”>’;
$after_title = ”;
$after_widget = ‘</div>’.”\n” . $after_widget;