/* IE puts in <P> tags for newlines, so to simulate just new line
   change their top and bottom margins to 0px */
#product_msg_element P {
  margin-top: 0px;
  margin-bottom: 0px;
}

