Here is a little snippet to add to your CSS to customise your tooltips.
Code:
div.wowhead-tooltip p { position:absolute; top:5px; left:85%; }
div.wowhead-tooltip { border: #e1771e 1px solid; background: #000000 url(http://sites.google.com/site/threedruidnoob/Home/tdn.jpg) no-repeat; }
div.wowhead-tooltip table td, div.wowhead-tooltip table th { background:transparent; }
Change "border: #e1771e" to change the Border colour.
Change "background: #000000" to change the Background colour.
Change the URL to your own Picture file
See my Blog for examples.