






var styleOutAndFrame510 = ' <style type="text/css"> #id-{ 	width:100%; 	height:450px; 	overflow:visable; 	} #id- iframe{ 	max-width:600px; 	width:100%; 	height:100%; 	margin:0 auto; 	border:0; 	} 	  #id- ::-webkit-scrollbar {     width: 4px; }    #id- ::-webkit-scrollbar-track {     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  }    #id- ::-webkit-scrollbar-thumb {     background: rgba(00,0,0,0.5);  } #id- ::-webkit-scrollbar-thumb:window-inactive { 	background: rgba(00,0,0,0.2);  }	 	 	 </style><iframe id="frame-" src="https://forms.formdex.com/"></iframe>';

document.addEventListener("DOMContentLoaded", function() { 
   document.getElementById("id-").innerHTML = styleOutAndFrame510;
});



