body
{
	margin: 0px;
}

h1
{
	font-size: 14pt;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.container
{
	width: 800px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid gray;
	font-family: Verdana, Arial;
	font-size: 9pt;
	background-color: White;
}

.top
{
	padding: 1em;
	background-color: #ddd;
	border-bottom: 1px solid gray;
}

.mainpanel
{
	padding: .3em;
}

.textbox
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	height:16px;
}

.button
{
	font: 11px arial,helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1;
	color: #333333;
	font-weight: bold;
	background-color: White;
	color:Black;
	background-image: url(/Images/btnBackgr.gif);
	width: 100px;
}

.buttonwide
{
	font: 11px arial,helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1;
	color: #333333;
	font-weight: bold;
	background-color: White;
	color:Black;
	background-image: url(/Images/btnBackgr.gif);
	width: 150px;
}


