Ah, those images are in table cells without a defined width, so the max-width screws them up.
Try this:
Code:
.alt1 img {
max-width: 100%;
}
That will only affect images in the message display fields. I tested it in Chrome and it seems to work without affecting the icons.