
/* trigger button */


#download_now {
	background:transparent url(../../../SignUpV3/Images/BML4radioConsumer.gif) no-repeat scroll 0 0;
	
	display: block;
	height:30px;
	margin:-21px 0px 0px 25px;
	overflow:hidden;
	text-indent:-999em;
	width:197px;
	cursor:pointer;
	
}

/* mouseover state */
#download_now:hover {
	
}

/* clicked state */
#download_now:focus {
	
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../../dymo/images/BMLBubbleDymo.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#ffffff;
	z-index: 100;
	
}



/* a .label element inside tooltip */
.tooltip .label {
	color:blue;
	width:35px;
}

.tooltip a {
	color:blue;
	font-size:11px;
	font-weight:bold;
	float: right;
}

/*commemnt*/




