.bubble
{
	width: 306px;
	padding: 0px;
	border: 0px #C0C0C0 solid;
	visibility: hidden;
	position: absolute;
	cursor: move;
}
.b_header
{
	width: 300px;
	height: 24px;
	background-color: #f6ce59;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 21px;
	padding: 3px;
	border-bottom: 3px #303030 solid;
	cursor:move;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#b_content
{
	background-color: #f6ce59;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	width: 250px;
	min-height: 62;
	text-align: left;
}
#b_visible
{
	overflow: auto;
}
#b_content strong
{
	line-height: 16px;
	font-weight: 900;
}
.b_text
{
	color: #000;
	font-size: 12px;
	font-size: 12px;
	font-family: Helvetica;
}

/* Rounded boxes */
.r_lt {	background: url(../images/r_lt.gif) 0px 0px no-repeat; }
.r_rt { background: url(../images/r_rt.gif) 100% 0px no-repeat; padding:15px; }
.r_lb {	background: url(../images/r_lb.gif) 0px 100% no-repeat; }
.r_rb { background: url(../images/r_rb.gif) 100% 100% no-repeat; }
