Place the button displaying Accept on top of the button displaying Deny.

<html>
<body>
<p>Loretta wants to be your friend.</p>
<button>Accept</button>
<br>
<button>Deny</button>
</body>
</html>]]>

Make sure to pick <button>Accept</button>, followed by <br>, and finally <button>Deny</button>.