<style type="text/css">#tooltip { width:250px; background:#222222 url(); color:#dddddd; border:#444444 2px solid; padding:5px;}</style>Don't add this to the Custom CSS because it will get overridden unless you add a !important after each definition... it's best to add all of the above CSS to the Banner or Footer HTML (Control Panel > Custom Code > Banner HTML or Footer HTML)
<style type="text/css">#tooltip { width:250px; background:#222222 url(); color:#dddddd; border:#444444 2px solid; padding:5px;}</style>
Tooltip Width: Change the tooltip width by modifying the width (in red)width:250px;Background: Change the tooltip background color (in blue) or add a background image URL inside the parentheses. background:#222222 url(BACKGROUND IMAGE URL HERE) ;Font Color: Change the font color (in blue) color:#dddddd;Border: Change the border color (in blue), thickness (in red) or style (in green)border:#444444 2px solid;Padding: Change the spacing between the border and the text (in red)padding:5px;