  * {
            margin: 0;
            padding: 0;
        }
        
        body {
            padding: 10px;
        }
        
        h1 {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        p {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        .bubbleInfo {
            /*position: relative;
            top: 150px;
            left: 100px;
            width: 500px;*/
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
                position: absolute;
				margin: 100px 0 0 230px;
				padding:10px;
				width:250px;
                display: none;
                z-index: 50;
                border-collapse: collapse;
				background-color:#ff0021;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }

       /* .popup td#topleft { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-1.png); }
        .popup td.top { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-2.png); }
        .popup td#topright { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-3.png); }
        .popup td.left { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-4.png); }
        .popup td.right { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-5.png); }
        .popup td#bottomleft { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-6.png); }
        .popup td.bottom { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-8.png); }
*/
        .popup table.popup-contents {
                font-size: 12px;
                line-height: 1.2em;
                background-color: #ff0021;
                color: #fff;
                font-family: 'Courier','Trebuchet MS',Garuda,Helvetica,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;
               /* background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
               */ height: 17px;
                }

        tr#release-notes td a {
                color: #333;
        }
