#querybox {
	padding-left: 5px;
	width: 400px;
}
input.searchButton {
	border: 1px #000 solid;
	background-color: #D2A856;
	color: #FFF;
	font-size: 11px;
	width: 60px;
	=height: 22px;
}
input.searchButton:hover {
	color: #000;
	background: #F0FFF0;
}
input.boxEdit {
	background: #fff;
	border: 1px #000 solid;
}
input.boxEdit:hover {
	background: #F0FFF0;
}
.dictionary td {
	text-align: left;
	border-bottom: 1px #92A597 solid;
	white-space: normal;
}
.dictionary td.curlang {
	background-color: #719379;
}
.dictionary td.curlang b {
	background-color: #94AD99;
}
.dictionary td sup {
	font-weight: bold;
	color: #D8AC57;
}
.dictionary td.category {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	color: #214A2C;
}
.suggestBoxContainer {
	border: 1px solid black;
	background-color: #fff;
	color: #686868;
	position: absolute;
	z-index: 10
}
.suggestBox {
	background-color: #fff;
	color: #686868;
}
.mouse_over {
	background-color: #009;
	color: #fff
}

/* suggest */
#suggest {
	position: absolute;
	background: #fff;
	width: 300px;
	visibility: hidden;
	top: 22px;
	left:0;
	border: 1px solid black;
	padding: 1px;
}
#suggest div {
	background: #fff;
	color: #000;
	padding-left: 4px;
	cursor: hand;
	text-align: left;
}
#suggest div.over {
	color: #fff;
	background: #000 !important;
}
#queryinput {
	width: 300px;
}
#suggest b {
	color: #a00000;	
}
dl {
	margin-top: 0;
}
dl dd {
	font-size: 11px;
	font-style: italic;
}
h3 {
	margin: 50px 0 0 0;
}