#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 18px 32px;
	opacity: 0.95;
	width:272px;
	/*-moz-box-shadow: 1px 1px 5px #888;
  -webkit-box-shadow: 1px 1px 5px #888;
  box-shadow: 1px 1px 5px #888;
  border-radius:8px;
	-moz-border-radius:8px;*/
}
#tooltip p{
	font-size:.75em;
	padding:0 0 10px 0;
	}
#tooltip span{
	font-size:.75em;
	display:block;
	padding:0 0 4px 0;
	font-weight:bold;
	}
span.du{color: #84c7ba;
	}
.vis{
	padding:10px 0 0 24px;
	float:left;
	width:60px;
	height:40px;
	background:url(../img/confeBtns.png) 0 8px no-repeat;
	font-size:.8em;
	color:#84c7ba;
	}
.apro{
	padding:10px 0 0 24px;
	float:left;
	width:20px;
	height:20px;
	background:url(../img/confeBtns2.png) 0 8px no-repeat;
	font-size:.8em;
	color:#84c7ba;
	}
#tooltip h4{
	font-size:1.5em;
	color:#242424;
	margin:0 0 10px 0;
	border-bottom:1px solid #8d8e8d;
	padding:0 0 5px 0;

	font-family: Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    text-align: center;

	}
span.fe{ color:#868686;}
#tooltip h3, #tooltip div { margin: 0; font-weight:normal;}
.body{
	background:#000;
	}
