What would cause a <div> to bunch up in the corner?

Desco

New Member
This worked fine on my test page. But when I put it on my boss's page, it bunches up in the top left corner!\[code\]#chatBox { z-index: 100; position: absolute; top: 125; left: 200; width: 400; height: 200; background-color: #8596C1; padding: 15px; border: solid 1px; display: none;}\[/code\]Any ideas?Thanks!
 
Top