@charset "UTF-8";
.popup {position: absolute;z-index: 900;display:none;border-collapse: collapse; width:200px;}
.popup td.corner {height: 15px;width: 19px;}
.popup td#topleft { background-image: url(images/bubble-1.gif) no-repeat left bottom;height:15px;}
.popup td.top { background-image: url(images/bubble-2.gif) no-repeat left bottom;height:15px; }
.popup td#topright { background-image: url(images/bubble-3.gif) no-repeat left bottom;height:15px;}
.popup td.left { background-image: url(images/bubble-4.gif);}
.popup td.bg { background-color:#fff;color: #333;font-size:12px; overflow:hidden;}
.popup td.right { background-image: url(images/bubble-5.gif);}
.popup td#bottomleft { background-image: url(images/bubble-6.gif);}
.popup td.bottom { background-image: url(images/bubble-7.gif); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto;}
.popup td#bottomright { background-image: url(images/bubble-8.gif);}
.trigger {position: absolute;}