/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip_login {
	display:none;
	background: url(black_arrow.png) no-repeat;
	font-size:12px;
	height:110px;
	width:160px;
	padding:35px;
	color:#fff;	
}

 

