Adding a border to an IFrame is no biggie - you do it like this e.g.:
border: 4px solid #000; -moz-border-radius: 15px; border-radius: 15px; >
border: 4px solid #000; -moz-border-radius: 15px; border-radius: 15px;
Adding css property overflow: hidden; to parent element of iframe work fine!
overflow: hidden;
iframe
Like so: