﻿div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
}

div.htmltooltip a{
	cursor:pointer;

}


div.htmltooltip .top,
div.htmltooltip .bottom{
	line-height:1.0;
	font-size:1%;
}

div.htmltooltip .top img{
	vertical-align:bottom;
}


.htmltooltip .body {
	width:397px;
	background:url(../../dictionary/img/pop01_body.gif) repeat-y top left;
}
	.htmltooltip .body p,
	.htmltooltip .body2 p {
		margin:0;
		padding:0 30px 0 22px;
		line-height:1.66;
	}

.htmltooltip .body2 {
	width:328px;
	background:url(../../dictionary/img/pop02_body.gif) repeat-y top left;
}

div.htmltooltip h4{
	margin:0;
	padding:0 0 17px 0;
	text-align:center;
}

div.htmltooltip p.fig{
	margin:0;
	padding:17px 0 0 0;
	text-align:center;
}
