Please verify the following link:
The link "Return to login page" is displayed correctly on Firefox, Chrome, etc., but it appears higher on IE8. How can this be fixed?
To resolve this issue, you can adjust the CSS for the 'lost_password' div as shown below:
<div class="lost_password" style="float:right; margin-top:-27px; margin-left:25px">
<a class="a" href="index.php">
<span>Return to login page</span> <img alt="Return to login page" src="gfx/arrow.png" />
</a>