.customer-popup {
    float:left;
    margin: 0 2px 0 2px;
    width:
}

.trigger {
    position: relative;
    border: 0;
}

/* Bubble pop-up */

.popup {
    position: absolute;
    display: none;
    z-index: 500;
    margin: 0;
}

.popup table {
    border-collapse: collapse;
}

.popup td {
    padding:0px;
}

.popup td.corner-topleft,
.popup td.corner-topright,
.popup td.corner-bottomleft,
.popup td.corner-bottomright {
    height: 15px;
    width: 19px;
}

.popup td.corner-topleft { background-image: url(/templates/images/popup-bubble/bubble-1.png); }
.popup td.top { background-image: url(/templates/images/popup-bubble/bubble-2.png); }
.popup td.corner-topright { background-image: url(/templates/images/popup-bubble/bubble-3.png); }
.popup td.left { background-image: url(/templates/images/popup-bubble/bubble-4.png); }
.popup td.mid { background: #ffffff; }
.popup td.right { background-image: url(/templates/images/popup-bubble/bubble-5.png); }
.popup td.corner-bottomleft { background-image: url(/templates/images/popup-bubble/bubble-6.png); }
.popup td.bottom { background-image: url(/templates/images/popup-bubble/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td.corner-bottomright { background-image: url(/templates/images/popup-bubble/bubble-8.png); }

.popup div.popup-contents {
    max-width: 160px;
    font-size: 12px;
    line-height: 1.2em;
    background-color: #fff;
    color: #666;
}

div.popup-contents h4 {
    text-align: left;
    font-size: 14px !important;
    font-weight: bold;
    margin: 0 0 6px 0 !important;
}

div.popup-contents p {
    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;
}
