What you describe is most likely a bug in N82.
Think of it - lcdui Alert API does not allow developer anything that would anyhow be related to "pixel rendering" artifacts like shown at your screen shot. Only things application developer can impact in Alert are like text of the title and alert, timeout value, stuff like that - and judging by your emulator screen shot, it looks like your code does its part right (although one can't be 100% sure about that since you didn't show the snippet of the code you use).
The whole point of high level API provided in Screen objects like Alert is that rendering is expected to be done by implementation. Because of that, whenever you notice rendering artifacts at high level screens you use, the most reasonable explanation would be the bug in the way how MIDP is implemented at particular device.