#legal_statement{
	top: 450px;
	left:300px;
	width:465px;
	border: 2px solid #666666;
	position:absolute;
	/*display:none;*/
}

#legal_statement_close{
	cursor: pointer;
	width: 58px;
	height: 25px;
	float: right;
}

#legal_statement_header{
	background-image: url('../images/legal_statement.jpg');
	background-repeat: no-repeat;
	width: 465px;
	height:28px;
	border-bottom: 2px solid #666666;
	cursor: move;
}

#legal_statement_text{
	background-color:#FFFFFF;
	height:150px;
	overflow:auto;
	padding:4px;	
}

#whole_glossary{
	top: 100px;
	left:200px;
	width:465px;
	border: 2px solid #666666;
	position:absolute;
	/*display:none;*/
}

#whole_glossary_close{
	cursor: pointer;
	width: 58px;
	height: 25px;
	float: right;
}

#whole_glossary_header{
	background-image: url('../images/whole_glossary.jpg');
	background-repeat: no-repeat;
	width: 465px;
	height:28px;
	border-bottom: 2px solid #666666;
	cursor: move;
}

#whole_glossary_text{
	background-color:#FFFFFF;
	height:200px;
	overflow:auto;
	padding:4px;	
}

.glossary{
	font-size: 12px;	
	background-color: #FFFFFF;
	border: 2px solid #999999;
	width: 370px;
}

.glossary_close{
	cursor: pointer;
	background-repeat: no-repeat;
	width: 58px;
	height: 25px;
	float: right;
}

.glossary_header{
	cursor: move;
	height: 28px;
	background-image: url('../images/glossary_bg.jpg');
	background-repeat: no-repeat;
	border-bottom: 2px solid #999999;

}

.glossary_header .heading{
	padding-left: 4px;
	float: left;
	font-weight: bold;	
}

.glossary_text{
	font-size: 12px;
	padding: 4px;
	font-weight: normal;	
}



