I noticed that has a gray box.
Go into
inc/plugins/profilegroups.php
Scroll down to the bottom and you will see this line of code:
Code:
<table border="6" cellspacing=6"{$theme[\'borderwidth\']}" cellpadding=6"{$theme[\'tablespace\']}" class="tborder">
Change this:
Code:
<table border="6" cellspacing=6"{$theme[\'borderwidth\']}" cellpadding=6"{$theme[\'tablespace\']}" class="tborder">
to this:
Code:
<table border="0" cellspacing=0"{$theme[\'borderwidth\']}" cellpadding=0"{$theme[\'tablespace\']}" class="tborder">
Basically all you had to do was change the border, spacing, and padding to 0.