How to find it:
1. Trigger the display of existing messageStack content by creating an error of some sort, perhaps an invalid email address on a signup page
2. Look at the raw source HTML in your browser's View Source option
3. Find the part that displays the error message ... and you'll see the path to the image, and the corresponding CSS tags etc.
4. Look up those bits using the Developers Toolkit.



