@charset "utf-8";
/* CSS Document */

a.overtip{
text-decoration:none;
}

div.overtip_text{
margin-top:-15px;
vertical-align:middle;
line-height:140%;
}
em.overtip{
	width: 180px;
	height: 45px;
	position:absolute;	
	vertical-align:middle;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	color:#E85778;
	font-weight:normal;
	
}
em.overtip_top {
	background: url(hover.gif) no-repeat;	
} 
 
em.overtip_right {
	background: url(hover_right.gif) no-repeat;	
}

em.smallright {
	
	width: 145px;
	height: 45px;	
	background: url(smallright.gif) no-repeat;	
	
}


