.bubbleInfo {
position: relative;
}
.popup {
position: absolute;
display: none;
z-index: 1000;
border-collapse: collapse;
left:-80px !important;
top: -90px !important;
}
.popup td.corner_bubble {
height: 15px;
width: 19px;
padding:0px;
}
/*.popup td#topleft_bubble { background-image: url(http://dev.subtill.com/lib/img/bubble/bubble-1.png); padding:0px; }
.popup td.top_bubble { background-image: url(http://dev.subtill.com/lib/img/bubble/bubble-2.png); padding:0px; }
.popup td#topright_bubble { background-image: url(http://dev.subtill.com/lib/img/bubble/bubble-3.png); padding:0px; }
.popup td.left_bubble { background-image: url(http://dev.subtill.com/lib/img/bubble/bubble-4.png); padding:0px; }
.popup td.right_bubble { background-image: url(http://dev.subtill.com/lib/img/bubble/bubble-5.png); padding:0px; }
.popup td#bottomleft_bubble { background-image: url(http://dev.subtill.com/lib/img/bubble/bubble-6.png); padding:0px; }
.popup td.bottom_bubble { background-image: url(http://dev.subtill.com/lib/img/bubble/bubble-7.png); text-align: center; padding:0px;}*/
.popup td.bottom img { display: block; margin: 0 auto; }
/*.popup td#bottomright_bubble { background-image: url(http://dev.subtill.com/lib/img/bubble/bubble-8.png); padding:0px; }*/
.popup table.popup-contents {
/*font-size: 12px;
line-height: 1.2em;
background-color: #fff;
color: #666;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
padding:0px;*/
}
table.popup-contents th {
/*text-align: right;
text-transform: none;*/
padding:0px;
}
table.popup-contents td {
/*text-align: left;*/
padding:0px;
}