@charset "utf-8";
/* CSS Document */
.translate-hover-wrap {
	display: block;
	position: absolute;
	float: none;
	top: -5px;
	left: 0;
	width: 84px;
	height: auto;
	overflow: visible;
	z-index: 105;
	padding: 0 0 0 0;
}
.translate-hover {
	width: 62px;
	height: auto;
	background-color: #fff;
	border: #ccc solid 1px;
	padding: 10px 5px 10px 10px;
	overflow: visible;
	xbackground-color:aqua;
}
.translate-hover a.make-block {
	float: left;
	width: 26px;
	height: 17px;
	clear: none;
	margin: 0 5px 5px 0;
	text-indent: -10000px;
	background-color: black;
}
.translate-hover a.make-block:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.translation-popup {
	width: 700px;
}