/* Normal Bubble */
div.bubble {
/*	margin-top: 24px;*/
   width: 900px;
   height: 22px;
   clear: both;
   position: static;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
/*	border: 3px solid #fff; */
	background-color: #b7e0ff;
}

div.pointpot {
   clear: both;
   width: 900px;
   height: 8px;
	position: static;
	margin: 0px;
   padding-bottom: 12px;
   background: transparent url(/images/tip-rounded.gif) no-repeat 235px 0;
/*   border: 1px solid #000; */
}

div.pointglass {
   clear: both;
   width: 900px;
   height: 8px;
	position: static;
	margin: 0px;
   padding-bottom: 12px;
   background: transparent url(/images/tip-rounded.gif) no-repeat 395px 0;
/*   border: 1px solid #000; */
}
