@mphker
Got you, found bug.
Go to file:
oc-content/themes/elena/style.css
Find line:
div.button a, div.button button, div.button input { position: absolute; top:-9999px; }
Replace with:
div.button a, div.button button, div.button input { position: absolute; top:-9999px;right:0; }