﻿#bubbleHelper
{			
	background: transparent url(/IMG/Help/balloon-0.png) no-repeat scroll left top;	
	display: block;	
	width: 300px;
	height: 240px;		
	position: absolute;			
	clear: both;
	z-index: 99;
}

#bubbleHelperInside
{
	position: absolute;
	top: 35px;
	left: 35px;
	width: 230px;
	height: 170px;
}

#bubbleHelper .closeButton
{
	float:right;	
}

#bubbleHelperHeading
{
	overflow: hidden;
	width: 211px;
	height: 19px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana;
	text-align:left;
}

#bubbleHelperBody
{
	overflow: auto;
	width: 230px;
	height: 151px;
	position: absolute;
	top: 19px;
	left: 0px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: left;
}

#bubbleHelperImage
{
	cursor: pointer;	
}

#bubbleHelper .closeButton
{
	float:right;
	background: transparent url('/IMG/Help/button.png') no-repeat;	
	width: 25px;
	height: 25px;
}	


