I have a form that is inserted into my HTML page via iframe:
<iframe height="1000" frameborder="0" src="http://www.a.com/machform/embed.php?id=8"><a href="http://www.a.com/machform/view.php?id=8" title="Online Reservation">Online Reservation</a></iframe>
What I want to accomplish is to make the background on the form transparent, this way only the fields show up on the iframe, and it otherwise looks like there is no iframe.
I have not touched any of the standard css on the form, nor do I know much about css.
Is there a way to accomplish this task?