.bubble {
	position: absolute;
	width: auto;
	background: #fff;
	//border: #bbb solid 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 auto;
	
	background-color: rgb(255, 255, 255);
	border-color: #dd6868;
	border-width: 2px;
	
	padding: 0 10px 0 10px;
	color: #dd6868;
}