#wordText,#wordText *{
	color:black !important;
}
#wordBox{
	width: 260px;
	height: 130px;
	z-index:99;
}
#wordText{
	padding:10px;
	overflow:auto;
	width: 240px;
	height: 110px;
	background-color:white;
	border:1px solid;
}
#wordBoxClose{
	position:absolute;
	width:15px;
	height:15px;
	right: 0px;
	top:1px;
	z-index:1001;
}
.word{
	border-bottom: 1px dotted #FF0000 !important;
	cursor:help;
}
