I have to style something within an iframe.
Using jquery you can access the contents inside iframe using the following syntax:
$('iframe.webform-frame').contents().find('h5').css("color","#f00");