﻿#demotip {
	display:none;
	background:transparent url(black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
#demotip a, #demotip a:visited 
{
    color:#fff;
    text-decoration:none;
}

#demotip a:hover 
{
    color:#fff;
    text-decoration:underline;
}

#contenttip
{
    font-size:10px;
	height:70px;
	width:160px;
    overflow-y:auto;
}

 
/* style the trigger elements */
.tooltip {
	
	cursor:pointer;
	margin:0 8px;
}

