.bubbleInfo {
position: relative;
	/*top: 150px;
	left: 100px;
	width: 500px;*/
}
.trigger {
/*	position: absolute;*/
border: 0px solid #000;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	font-size: .8em;
	border-width: 0px;
}

.popup td.corner {
	height: 15px;
	width: 17px;
}

.popup td#topleft {
	background-image: url(files/bubble-1.gif);
	background-repeat: no-repeat;
}

.popup td.top {
	background-image: url(files/bubble-2.gif);
	background-repeat: repeat-x;
}

.popup td#topright {
	background-image: url(files/bubble-3.gif);
	background-repeat: repeat-y;
}

.popup td.left {
	background-image: url(files/bubble-4.gif);
	background-repeat: repeat-y;
}

.popup td.right {
	background-image: url(files/bubble-5.gif);
	background-repeat: repeat-y;
}

.popup td#bottomleft {
	background-image: url(files/bubble-6.gif);
	background-repeat: no-repeat;
}

.popup td.bottom {
	background-image: url(files/bubble-7.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.popup td.bottom img {
	display: block;
	/*margin: 0 auto;
	margin-top: -1px;
	margin-left: 30px;*/
	margin:-1px 350px 0 30px;
}

.popup td#bottomright {
	background-image: url(files/bubble-8.gif);
	background-repeat: no-repeat;
}


/*----------------------*/

.help_info {
    display: none;
    z-index: 100;
    position: absolute;
    top: 100px;
    left: 100px;
    //top: -82px;
    //left: -156px;
    padding-bottom: 30px;
    xbackground-color: red;

}
.help_info div{
    width: 250px;
    color: #999;
    font-size: 0.82em;
    background-color: #fff;
    text-align: left;
    border: 1px solid #b3b3b3;
    padding: 1em;
}
.help_info var{
    display: block;
    background: url(/images/help_ug.gif) no-repeat;
    width: 9px;
    height: 19px;
    position: absolute;
    bottom: 12px;
    right: 18px;
}
.help_info2 {
    top: -90px;
    left: -162px;
    //top: -92px;
    //left: -163px;
}

