/* CSS Document */
.bubblepopup{
	display:none;
}

.bubbleWrapper{
	width:100px;
	height:100px;
	position:relative;	
	display:none;
	z-index:5000;
}


.bubbleWrapper .topB{
	background-image:url(/__global_Images/bubblePopup/top.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:25px;
	width:100%;
	text-align:center;
}

.bubbleWrapper .bottomB{
	background-image:url(/__global_Images/bubblePopup/bottom.png);
	background-repeat:repeat-x;
	background-position:top;
	height:25px;
	width:100%;
	text-align:center;	
}


.bubbleWrapper .leftB{
	background-image:url(/__global_Images/bubblePopup/left.png);
	background-repeat:repeat-y;
	background-position:right;
	height:100%;
	width:25px;
	vertical-align:middle;
}

.bubbleWrapper .rightB{
	background-image:url(/__global_Images/bubblePopup/right.png);
	background-repeat:repeat-y;
	background-position:left;
	height:100%;
	width:25px;
	vertical-align:middle;
}

.bubbleWrapper .topLeftC{
	background-image:url(/__global_Images/bubblePopup/topleft.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:25px;
	width:25px;	
}

.bubbleWrapper .topRightC{
	background-image:url(/__global_Images/bubblePopup/topright.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:25px;
	width:25px;
}

.bubbleWrapper .bottomRightC{
	background-image:url(/__global_Images/bubblePopup/bottomright.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:25px;
	width:25px;;	
}

.bubbleWrapper .bottomLeftC{
	background-image:url(/__global_Images/bubblePopup/bottomleft.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:25px;
	width:25px;
}


.bubbleWrapper .content{
	background-color:#FFFFFF;	
}

.bubbleWrapper .close{
	position:absolute;
	top:10px;
	right:-40px;
}

