/* trigger button */
#download_now {
	
}

/* mouseover state */
#download_now:hover {
	background-position:0 -44px ;
}

/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}

/* tooltip styling 
.tooltip {
	display:none;
	background:#7491B1;
	padding:40px 30px 10px 30px;
	width:500px;
	font-size:12px;
	color:#fff;
}
*/

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #396798;
	padding: 5px;
	opacity: 0.95;
	font-size: 12px;
	width: 630px;
	margin-right: 30px;
	margin-top: -5px;
	color: #FFF;
}

#tooltip.t-small {
	width: 200px;
}


#tooltip h3, #tooltip div { margin: 0; }