#translate-box {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.word {
	position: relative;
}
.translation {
	font-size: 15px;
	font-family:"book antiqua","times new roman",times !important;
	line-height: 1.5em;
	color: #333;
}
#box {
	font-size: 0.8em;
	font-family: Verdana;
	color: black;
	line-height: normal;
	width: 300px;
	position: absolute;
	background-color: #eeebac;
	border: 2px solid black;	
	z-index: 100;
	visibility: hidden;
	padding: 5px;
}
.ml {
	display: block;
	margin-left: 10px;
} 
