div.popperoverlay
{
	position:					absolute;
	width:						100%;
	min-height:					1024px;
	top:						0px;
	left:						0px;
	overflow:					hidden;
	z-index: 					20000;
	background-color:			black;
}

div.popper
{
	position:					absolute;
	top:						30px;
	left:						0px;
	background-color:			white;
	position:					absolute;
	z-index: 					20100;
	border:						10px solid #dddddd;
	
	font-family: 				"Arial","Tahoma","Verdana";
	font-size:					11px;
}

div.popper div.contents
{
	width: 						100%;
}

div.popcontent
{
	background-color: 			white;
	padding: 					6px;
	padding-top: 				0px;
	height:						100%;
	font-family:				"Courier New","Courier","Terminal";
	overflow: 					scroll;
}

div.popcontent div.howto
{
	border-top:					0px;
	padding:					8px;
	margin: 					0px auto;
	width:						70%;
	color:						black;
	background-color:			#dddddd;
	font-family: 				"Arial","Tahoma","Verdana";
	font-size: 					14px;
	font-weight: 				bold;
	text-align: 				center;
}

div.popper div.controls
{
	background-color: 			#dddddd;
	line-height:				34px;
	padding:					0px 8px;
	text-align: 				right;
	height:						30px;
}

div.popper div.controls a
{
	text-decoration: 			none;
	color:						red;
}

div.popper div.controls a:hover
{
	text-decoration: 			underline;
}
