A {
	color:			#00f;
}
BODY {
	background-color:	#002;
	color:			#ffffff;
	font-family:		sans-serif;
	font-size:		8px;
	margin:			2px;
	text-align:		center;
}

DIV.action_group {
	font-size:	10px;
	text-align:	center;
	text-shadow:	2px 2px 2px #888;
}

DIV.mainbody {
	background:	url(images/plating.png);
	border:		1px solid #888;
	color:		#000;
	font-size:	10px;
	margin:		1px;
	margin-bottom:	5px;
	margin-top:	5px;
	padding:		2px;
	text-align:	justify;
}

DIV.scrolling_section {
	background:	#fff;
	border:		1px inset #002;
	height:		63px;
	margin:		1px;
	overflow:		auto;
	padding:		1px;
	text-align:	left;
	text-shadow:	none;
}

DIV.console {
	background:	url(images/plating.png);
	border:		2px outset #888;
	color:		#000;
	font-size:	8px;
	height:		168px;
	left:		0px;
	padding:		2px;
	position:		absolute;
	text-align:	left;
	width:		232px;
	z-index:		1;
}

DIV.frame {
	background-repeat: no-repeat;
	border:		1px inset #888;
	height:		100px;
	left:		3px;
	position:		absolute;
	top:			3px;
	width:		100px; 
}

FORM {
	margin:		0px;
	padding:		0px;
}

.form_button {
	background:	#00f;
	color:		#fff;
	font-size:	8px;
}
.form_field {
	border:		1px inset #888;
	font-size:	8px;
	height:		12px;
	width:		100px;
}
.form_label {
	font-size:	8px;
	text-align:	right;
}

IMG.meter {
	position:		absolute;
	left:		157px;
	height:		3px;
	width:		1px;
	z-index:		3;
}

INPUT.action {
	background:	#00f;
	border:		1px outset #888;
	color:		#fff;
	font-size:	8px;
	height:		14px;
	width:		73px;
}
INPUT.action_small {
	background:	#00f;
	border:		1px outset #888;
	color:		#fff;
	font-size:	8px;
	height:		14px;
	width:		54px;
}
INPUT.action_tiny {
	background:	#00f;
	border:		1px outset #888;
	color:		#fff;
	font-size:	8px;
	height:		14px;
	width:		40px;
}
UL {
	font-size:	8px;
	padding-left:	15px;
	margin-bottom:	10px;
	margin-top:	2px;
}