Window styling

Hie in my web page I embedded a Vaadin component using iFrame.

The component is a simple Button of style Link.

In the iFrame to render it properly I set the minimal width and height required. Now the component comes fine but I see it rendering over a white background which looks bad on my web page.

So, what are all options to appear just a link on my page?

Is there any transparent property on the window component so that it comes without any default background or color?