
div.tooltip-area {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 10; }

div.tooltip-area img  {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0; }

div.tooltip-area .tooltip {
	display: none;
	position: absolute;
	width: 150px;
	height: 24px !important;
	height: 40px;
	line-height: 95%;
	padding-top: 10px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	background-color: white;
	border-radius: 6px;
	cursor: default;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #CCCCCC;
	z-index: 100; }

div.tooltip-area .tooltip span {
	font-size: 13px;
	font-weight: normal; }