.progress_bar_text
{
	width: 10px;
	height: 10px;
	font-size: 1px;
}
.hidden
{
	visibility: hidden;
	display: none;
}
.visible
{
	visibility: visible;
	display: block;
}
.wt
{
	background-color:white;
	width:10px;
	height:10px;
	font-size:1pt;
}
.bt
{
	background-color:black;
	width:10px;
	height:10px;
	font-size:1pt;
}
.input_active
{
	color: black;
	background-color: rgb(232,239,245);
	border: 1px solid #95BAD7;
	width: 100%;
}
.input_empty
{
	color: gray;
	background-color: rgb(232,239,245);
	border: 1px solid #95BAD7;
	width: 100%;
}
.panel_outter
{
	border: 1px solid gray;
}
.panel_inner
{
	border: 9px solid #8AB3D3;
	width: 100%;
	height: 100%;
}
.panel_inside
{
	border: 1px solid #536A7A;
	padding: 5px;
	font-face: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #2D4C64;
}
