﻿body 
{
	text-align:center;
	font-family:Tahoma;
	font-size:8pt;
}

td
{
	font-family:Tahoma;
	font-size:8pt;	
}


h3
{
	font-family:Verdana;
	font-size:14pt;
	font-weight:normal;
	color:Gray;	
}

.label
{
	display:inline-block;
	width:100px;
	font-weight:500;
}

.textbox
{
	font-size:8pt;
	background:cornsilk;	
}

.button
{
	font-size:8pt;
}

.errorPanel
{
	background:crimson;
	border:1px solid red;
	padding:4px;
	width:600px;
	color:White;
	margin-top:20px;
	margin-bottom:20px;
}

.container
{
	width:990px;
	text-align:left;	
}
