Add the styles optional property to the page and paste in this css:
#infoHolder {
background-color: transparent;
border: 0;
box-shadow: none;
}
This will remove all of the panel's style but you can adjust depending on what you want. If you still want a background colour and the drop shadow then remove the border and box-shadow lines and change transparent to the colour you would like to use (you can use hex values or the names of colours -
www.w3.org/wiki/CSS/Properties/color/keywords
)