.bubble-hat{
	background:#3397c9;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	padding: 10px 30px 10px 26px;
	font-weight:bold;
	color:#eee;
}

.bubble-content{
	padding-bottom: 15px;
	color: #777;
	max-width:218px;
	/*min-height:70px;*/
	font-size:12px;
	border:0px solid black;
}
.bubble-content .tc{
	font-size:14px;
	color: #222;
}
.bubble-content td{ 
	height: 20px;
	padding-top:10px;
}
.bubble-close-button{
	cursor:pointer;
	width:16px;
	height:16px;
	border:0;
	background:url('images/icon_close.png');
	position:absolute;
	top:10px;
	_top:25px;
	right:10px;
}
.bubble-shadow{
	width:256px;
	height:30px;
	background:url('images/infobubble_shadow.png');
	position:absolute;
	left:8px;
	bottom:-9px;
	z-index:0;
	border:0;

}