/* trigger button */
#download_now {
	color:#1B4319;
	text-decoration:none;
}

/* mouseover state */
#download_now:hover {color: #FB0F13; text-decoration: underline;}

/* clicked state */
#download_now:focus {color: #000; text-decoration: underline;}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images/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;
	width:35px;
}

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