/* CSS Document */

#demotip {
	display: none;
	background: transparent url(../images/tooltip.gif);
	font-size: 13px;
	height: 33px;
	width: 143px;
	text-align: center;
	color: #1b130e;
	padding-top: 2px;	
}

/* style the trigger elements */
#demo img {
	border: 0;
	cursor: pointer;
	margin: 0;
}