This displays the different Marketo form implementations and how they work with styles. The current XM styles are not being imported as of October 2018 to avoid conflicts.
To add Marketo styles to an embedded page or an iframe template, include the following code:
<link rel='stylesheet' href='https://qualtrics.com/marketo/css/iframe-form.css'>
<script src="https://qualtrics.com/marketo/js/destyle-marketo-form.js"></script>
<script src="https://qualtrics.com/marketo/js/style-helpers.js"></script>
<link rel='stylesheet' href='https://qualtrics.com/marketo/css/embedded-form.css'>
<script src="https://qualtrics.com/marketo/js/destyle-marketo-form.js"></script>
<script src="https://qualtrics.com/marketo/js/style-helpers.js"></script>