#dictbox {
	position: fixed;
	border: 0.5px solid #000000;
	background-color: #FFFFFF;
	padding: 4px;
	width: 240px;
	height: 300px;
	z-index: 1000;
	display: none;
}
#dictbox li {
	margin-left: 15px;
}
#window_handle{
	width: 100%;
	height: 20px;
	background-color: #CFCFCF;
	margin-bottom: 5px;
	cursor: move;
}
#close {
	color: #999999;
	text-decoration: none;
}
#dictbox h1 {
	font-size: 14px;
	font-weight: bold;
}
#vidplayer {
	display: none;
	margin-left: auto;
	margin-right: auto;
}
 #black_overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:black;
	z-index:1000;
}
 #modal{
	display:none;
	position: fixed;
	top:10%;
	left:50%;
	width: 398px;
	padding:2px;
	border:4px solid #000000;
	background-color:white;
	z-index:5000;
	_position:absolute;
	_top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 200) + 'px');
}
#modaltext {
	margin-top: 3px;
	color: #ffffff;
	background-color: #000000;
	padding: 3px;
}
.section_header {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	background-color: #CCCCFF;
	color: #000000;
	font-family: Arial, Helvetica,Sans Serif;
	font-size: 10px;
}