#trigger {
	cursor:default;
	color:#666666;
	display:inline;
	font-size:12px;
	text-decoration:none;
	z-index:100;

}
 
/* simple mouseover effect for the trigger */
#trigger:hover {
	color:#999999;
}


/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(../images/contact-us.png) no-repeat scroll 0 0;
	height:220px;
	padding:25px 18px 18px 10px;
	width:370px;
	font-size:11px;
	display:none;
	color:#BCBCBC;
	z-index:1000;
	margin-top:15px;
	margin-left:30px;
	font-weight: normal;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:20px;
}
