.messageBubble {
	z-index: 5000;
	border: 1px solid #000000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #222222;
	color: #ffffff;
	opacity: 0.9;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	bottom: 40px;
	right: 10px;
	position: absolute;
	width: 200px;
	font-size: 12px;
}

.messageBubble .close {
	background: url(diaple-theme/messaging/close.png);
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 4px;
}
