#bubble{

	position:absolute;
	top:0px;
	left:250px;
	height:150px;
	width:200px;
	display:none;

}
#bubbletop{
height:15px;
width:200px;
background:url(../images/popup_top.gif) top left no-repeat;
}
#bubblemiddle{
height:150px;
width:200px;
background:url(../images/popup_middle.gif) top left repeat-y;
}
#bubblebottom{
background:url(../images/popup_bottom.gif) top left no-repeat;
height:20px;
width:200px;
}