How do I change the toolbar border thingo?

like the white border around the sides and bottom of the chat window toolbar thingo. and how do I set the border to not colorize?
Not all borders are images. In this case that toolbar border is controlled by a bit of code. If you open up the 920 definition and style you should be able to figure it you.
Basically what you have to do is find the mtoolbar element in the definition file and then see what elements wrap around it. They are marked with ids e.g. (ai123), so then all you have to do is find the id in the style file and edit the value.
In this case all you have to do is edit the bordercolor property to bordercolor:white;
I found the MToolBar element in the definitions file, but in the styles one I can't find it?
Yeah I said look at the elements that go around mtoolbar, those are the ones you need to look for in styles since mtoolbar is just the container.
Oh I get you now, thanks!