#demotip {
	display:none;
	background:transparent url(/images/tooltip/black_arrow_big.png);
	font-size:12px;
	width:310px;
        height:163px;
	padding:40px 30px 10px 30px;
	color:#fff;	
}


/* tooltip styling */
.tooltip {
	display:none;
	background:transparent url(/images/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}
 
/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
}
 
.tooltip a {
	color:yellow;
	font-size:11px;
	font-weight:bold;
}

.tooltip p {
	color:#fff;
	font-size:11px;
}

