The embed code is located at templates\_files\view\_video_embed_code.tpl
<div><b>Embed: </b><input type="text" class="text" onclick="am_highlight(this)" readonly="true" value="<?php echo am_h(str_replace(array("\n", "\t"), '', $playerHtml)) ?>" /></div>
This is controlled via css in the folder css/view.css (line 74)
#file_info .embed div {
padding:0pt 0pt 5px;
}
Using css, you can move or adjust the position, to completely change the look.