		.bubbleInfo {
          position: relative;
            top: 0px;
            left: 0px;
            width: 10px;
        }
        .trigger {
			/*position:absolute;
			left: 0;
			top: 0;*/
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 10px;
        	width: 21px;
        }

        .popup td#topleft { background-image: url(../images/bubble-1.gif); }
        .popup td.top { background-image: url(../images/bubble-2.gif); }
        .popup td#topright { background-image: url(../images/bubble-3.gif); }
        .popup td.left { background-image: url(../images/bubble-4.gif); }
        .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; padding-bottom:10px;}
        .popup td#bottomright { background-image: url(../images/bubble-8.gif); }
		
		.text_align{
			text-align:center;
			}
        .popup table.popup-contents {
			width:100px;
        	font-size: 11px;
        	line-height: 1.2em;
        	background-color: #2b9b3e;
			color:#FFF;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(../images/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #030;
        }
