.balloon
{
	display:block;
	width:250px;
	background:transparent url('images/balloon/balloon_bottom.gif') center bottom no-repeat;
	margin:0;
	padding:0px 0px 5px 0px;	
}

.balloon *
{	
	font-size:0.8em;
	margin:0;	
	padding:0;
}

.balloon .tip
{
	display:block;
	margin:0px 5px 0px 4px; 
	padding:0;
	height:16px;
	background:transparent url('images/balloon/balloon_tip_top_new.gif') -195px 1px no-repeat;
}

.balloon .body
{
	background:transparent url('images/balloon/balloon_top.gif') top center no-repeat;
	margin-top:0px;
	padding:0px 8px 8px 4px;
}

.balloon .body p , .balloon .body h1 {
	text-align:left;
	padding:2px 4px 6px 2px;
	background-color:transparent;
	color:#153B63 !important;
}

.balloon .body h1
{
	font-weight:bold;
	font-size:1.0em;
}

.balloon .close
{
	background:transparent url('images/balloon/close.gif') center center no-repeat;
	margin:1px 3px 0px 0px;
	display:block;
	float:right;
	width:13px;
	height:13px;
	cursor:pointer;
}

* html { 	
		height: auto;
		filter: expression(document.execCommand("BackgroundImageCache", false, true));
	} 

*  html .balloon .close
{
	margin:0px 2px 0px 0px;
}