At Tinychat they offer some cut and paste code where you can add a video chat to your web page. I've cut and pasted, and the tool bar and chat box look like this (see attached). The tool bar and the chat box that pops-up aren't centered. The tool bar is on the right, below the pop-up box on the left. Can you help me modify this script code to center these things?
You could use firebug or IE developer tool bar to see what element is being created and use css based on the ID or class of that element to center it without modifying the script.