body,td,input,textarea,select {
	font-family: arial, helvetica;
	font-size: 1.2em;
	text-align: center;
	margin: 0px auto;
	color: #666666;
}
a {
	color: #666666;
}
div#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
input {
	text-align: left;
}
form {
	padding: 0px;
	margin:0px;
}
div#showword {
	padding: 5px;
	border: 1px solid #eeeeee;
	margin-top: 2px;
	font-size: 0.9em;
}
div#simword {
	padding: 5px;
	float: left;
	border: 1px solid #eeeeee;
	margin-right:5px;
	margin-top:5px;
	font-size: 0.9em;
}
div#otherdic {
	padding: 5px;
	border: 1px solid #eeeeee;
	margin:5px;
	margin-top: 20px;
	font-size: 0.7em;
}
div#contentsearch {
	font-size: 0.9em;
}
div#footer {
	margin-top: 50px;
	float: right;
	padding: 10px;
	font-size: 0.6em;
}
.defi {
	font-size: 14px;
}
#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}
#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:600px;	/* Width of tooltip content */
	overflow:auto;	/* Hide overflow content */
	/*height:100px;	 Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	z-index:1000001;
}