@charset "utf-8";

.full_search_result { opacity: 1; z-index: 1000; text-align: left; border-radius: 4px; padding: 10px; max-width: 300px; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); }

.full_search_result .tip-inner { font: lighter 14px / 18px "Lucida Grande", sans-serif; }

.full_search_result .tip-arrow-top { margin-top: -5px; margin-left: -5px; top: 0px; left: 50%; width: 9px; height: 5px; background: url("images/tip-twitter_arrows.gif") no-repeat; }

.full_search_result .tip-arrow-right { margin-top: -4px; margin-left: 0px; top: 50%; left: 100%; width: 5px; height: 9px; background: url("images/tip-twitter_arrows.gif") -9px 0px no-repeat; }

.full_search_result .tip-arrow-bottom { margin-top: 0px; margin-left: -5px; top: 100%; left: 50%; width: 9px; height: 5px; background: url("images/tip-twitter_arrows.gif") -18px 0px no-repeat; }

.full_search_result .tip-arrow-left { margin-top: -4px; margin-left: -5px; top: 50%; left: 0px; width: 5px; height: 9px; background: url("images/tip-twitter_arrows.gif") -27px 0px no-repeat; }