What I did to remove the borders was create different template code for both
vbcms_widget_static_page and
vbcms_widget_execphp_page. These are the two template I created:
vbcms_widget_static_page_raw:
Code:
{vb:raw static_html}
and
vbcms_php_raw:so
vbcms_widget_static_page ---> vbcms_widget_static_page
(in the static html widget)
vbcms_widget_execphp_page ---> vbcms_php_raw
(in the PHP direct execution)
These will stripe the widgets down to just content as seen
here
As for the navigation I could not work it out, so I just used an alternative navigation method