div.bubble {
-moz-border-radius: 10px;  /*Produces Fully Rounded Effect*/
background: url("images/bubble-bg.png") bottom repeat-x;
border-color: #ccc;
border-style: solid;
border-width: 3px;
display: block;
padding: 10px;
font-size: 12px;
line-height: 15px;
color: #999;
position: relative;
margin-bottom: 25px;
}

div.bubble div.angle {
	width: 15px;
	height: 15px;
	position: absolute;
	background: url("images/corner.png") no-repeat;
}
