.trigger {
    position: absolute;
}

.popup {
    border-collapse: collapse;
    display: none;
    position: absolute;
    z-index: 9999;
	width:250px;
}

.popup td.corner {
    height: 15px;
    width: 19px;
}

.popup td#topleft {
    background-image: url(http://statics.surveey.com/images/common/popup/bubble-1.png);
}

.popup td.top {
    background-image: url(http://statics.surveey.com/images/common/popup/bubble-2.png);
}

.popup td#topright {
    background-image: url(http://statics.surveey.com/images/common/popup/bubble-3.png);
}

.popup td.left {
    background-image: url(http://statics.surveey.com/images/common/popup/bubble-4.png);
}

.popup td.right {
    background-image: url(http://statics.surveey.com/images/common/popup/bubble-5.png);
}

.popup td#bottomleft {
    background-image: url(http://statics.surveey.com/images/common/popup/bubble-6.png);
}

.popup td.bottom {
    background-image: url(http://statics.surveey.com/images/common/popup/bubble-7.png);
    text-align: center;
}

.popup td.bottom img {
    display: block;
    margin: 0 auto;
}

.popup td#bottomright {
    background-image: url(http://statics.surveey.com/images/common/popup/bubble-8.png);
}

.popup table.popup-contents {
    background-color: #FFFFFF;
    color: #666666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 12px;
    line-height: 1.2em;
}

table.popup-contents th {
	font-size:13px;
    text-align: left;
}

table.popup-contents td {
    text-align: left;
	padding: 4px 4px 4px 4px;
}

