/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Rounded Tooltips (WellRounded) - Global (WOW)     |
|    Description:  |  Rounded Edges on all tooltips WOW                 |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  July 3, 2008                                      |
|   Last Updated:  |  July 3, 2008                                      |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/




#btTooltip,
#un-toolbar-tooltip,
#tooltip,
.tooltip,
#aHTMLTooltip,
#urlTooltip,
tooltip
{
  -moz-border-radius: 19px !important;
  -moz-appearance: none !important;
  border-color: #000000 !important;
}