@charset "utf-8";
/* CSS Document */
#box
{
	width: 400px;
	height: 300px;
	background: #2F2D41 ;
	/*border: red dotted 5px;*/
	border: gray dashed 1px;
	text-align: left;
	position: absolute;
	margin-left: -75px;
	margin-top: -75px;
	left: 30%;
	top: 30%;
	z-index: 20;
	display: none;
}

#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}
<!--
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
}
a:link {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style12 {
	color: #0099FF;
	font-size: 14px;
}
.style13 {color: #FF00FF}
.style14 {color: #FFFFFF}
.stylefontbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	}
-->
