*
{
	font-family:monospace;
	background-color:black;
	color:white;
	margin:0;
	border:0;
	padding:0;
}

div
{
	display:block;
	position:fixed;
}
div#div_tl
{
	top:0;
	left:0;
	right:200px;
	height:24px;
	text-align:left;
	vertical-align:middle;
	font-weight:700;
	font-size:16pt;
	margin:1px;
}
div#div_tc
{
	top:0;
	right:50px;
	width:150px;
	height:24px;
}
div#div_tr
{
	top:0;
	right:0;
	width:50px;
	height:24px;
}
div#div_ml
{
	top:25px;
	left:0;
	bottom:25px;
	right:120px;
	white-space:normal;
	clip:auto;
	overflow-x:hidden;
	overflow-y:scroll;
	text-align:left;
	vertical-align:top;
	border-style:groove;
	border-width:3px;
	padding:1px;
}
div#div_mr
{
	top:25px;
	bottom:25px;
	right:0;
	width:118px;
	border-style:groove;
	border-width:3px;
}
div#div_bl
{
	left:0;
	bottom:0;
	width:120px;
	height:24px;
	text-align:right;
	vertical-align:middle;
	font-size:12pt;
}
div#div_bc
{
	left:120px;
	bottom:0;
	right:50px;
	height:24px;
}
div#div_br
{
	bottom:0;
	right:0;
	width:44px;
	height:24px;
}

div#div_login_messages
{
	top:0;
	right:0;
	left:0;
	bottom:50%;
	margin-bottom:30px;
	text-align:center;
	vertical-align:bottom;
	margin:2px;
	font-size:12pt;
}
div#div_login_q1
{
	bottom:50%;
	right:50%;
	width:100px;
	height:19px;
	text-align:right;
	vertical-align:middle;
	margin:4px;
	font-size:12pt;
}
div#div_login_a1
{
	bottom:50%;
	left:50%;
	width:140px;
	height:19px;
	margin:4px;
}
div#div_login_q2
{
	top:50%;
	right:50%;
	width:100px;
	height:23px;
	text-align:right;
	vertical-align:middle;
	margin:4px;
	font-size:12pt;
}
div#div_login_a2
{
	top:50%;
	left:50%;
	width:146px;
	height:23px;
	margin:4px;
}
div#div_login_submit
{
	left:50%;
	top:50%;
	height:24px;
	width:50px;
	margin-top:30px;
	margin-left:-25px;
	text-align:center;
	vertical-align:top;
}

input
{
	display:inline;
	width:100%;
	height:100%;
}
input[type="submit"]
{
	border-style:ridge;
	border-width:3px;
}
input[type="text"]
{
	border-style:inset;
	border-width:3px;
}
button
{
	display:inline;
	width:100%;
	height:100%;
	border-style:ridge;
	border-width:3px;
}
select
{
	display:inline;
	width:100%;
	height:100%;
	border-style:groove;
	border-width:3px;
}
select[multiple]
{
	padding:1px;
}

p
{
   margin-left:25px;
   text-indent: -25px;
}
