.bubbleInfo {
            position: relative;
           width:120px;
        }
        .trigger {
            position: relative;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	width:100px;
        	z-index: 50;
			    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #900;
    -webkit-box-shadow: 0 0 10px #900;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	  border: 1px solid #800000;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

   
        .popup td.bottom img { display: block; margin: 0 auto; }
     

        .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;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }