HowTo overwrite iFrame css
$('iframe').contents().find("head").append($("<link rel='stylesheet' href='some.css'>"));