﻿body
{
    text-align: left;
	font-family:verdana;
	font-size:12px;
}

input,
button,
select, 
textarea
{
	font-family: Verdana;
	font-size: 10pt;
}

.progresslabel
{
	position: absolute;
	left: 45%;
	font-size: 10pt;
	background-color: #781496;
	color: white;
	padding: 1px 5px 1px 5px;
}

.FreezePaneGlass {
	background-color: #cccccc;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.9;
}

.FreezePaneInner
{
  text-align: center;
  vertical-align: middle;
  background-color: #ccddcc;
  color: #000000;
  border: solid 1px teal;
  padding: 20px 20px 20px 20px;
}

.hand
{
	cursor: hand;
}

.finered
{
	color: Maroon;
	font-size: 9pt;
	font-weight: bold;
}

a:link, a:visited 
{
	color: blue;
	font-weight: bold;
	font-size: 10pt;
}

a:hover
{
	color: maroon;
	font-weight: bold;
	font-size: 10pt;
}
