.codapopup { float:left; position:relative; width:100px; }
.bubbleInfo { position:relative; width:50px; }
.trigger { position:relative; top:8px; left:-4px; }

/* Bubble pop-up */
.popup { position:absolute; display:none; /* keeps the popup hidden if no JS available */ z-index:50; border-collapse:collapse; width:280px; height:44px; background:url(../images/popupBubble.png) no-repeat; }
.popup p { margin:11px 18px 10px 18px; font-family:Georgia, Times, serif; font-size:8pt; font-weight:normal; font-style:italic; letter-spacing:normal; color:#b0b0b0; text-decoration:none; }
.popup a { font-size:8pt; color:#fff; font-weight:bold; }
.popup a:hover { text-decoration:underline; }