/* mouseover state */
#download_now:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltip {
	width:280px;
	height:265px;
	font-size:11px;
	color:#333333;
	background-image: url(../images/chat.png);
	background-repeat: no-repeat;
	margin-top: 18px;
	margin-left: 10px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
	text-decoration: none;
	display: none;
	z-index: 11;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:#666;
	width:35px;
}

.tooltip a {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/* tooltip2 styling */
.tooltip2 {
	width:305px;
	height:200px;
	font-size:11px;
	color:#333333;
	background-image: url(../images/tooltip.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 7px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
	text-decoration: none;
	display: none;
	z-index: 11;
}

/* a .label element inside tooltip */
.tooltip2 .label {
	color:#666;
	width:35px;
}

.tooltip2 a {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}