Quote Originally Posted by gb2007 View Post
Jade, I did what you suggested...unfortunately it didn't fix the problem. It's funny that if I delete the stylesheet, the pop up window shows up correctly but the format (header etc.) all mess up.

Any other clues?
thanks,
gb2007
Aha! I see, that was poor designing on my part. I added a width to the body tag, as well as a top padding.

So, change the body tag to this (remove the padding and width):

body {
margin: 0 auto;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 78.5%;
color: #333;
background:#999;
}

and add

margin-top:25px;


to the #mainWrapper tag.