﻿body.LoginPage 
{
	background-color: #f0f0f0;
	color: #8B161E;
}

body.LoginPage #Wrapper
{
	width: 800px;
	height: 800px;
	background-color: White;
	margin: 0 auto 0;
	text-align: center;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}

body.LoginPage img
{
	margin-left: 24px;
	margin-right: 24px;
}

body.LoginPage #LoginDiv
{
	margin: 100px auto 0; 
	width: 340px; 
	border: solid 1px #8B161E; 
	/* background-color: AliceBlue; */
	background-color: #ffffc0;
	color: Black;
	padding: 20px;
}

body.LoginPage .Label
{
	font: bold 14pt Arial;
	text-align: right;
	padding-right: 6px;
}

body.LoginPage table
{
	width: 340px;
}

body.LoginPage td
{
	padding: 6px;
}

body.LoginPage .input
{
	font: 12pt "Times New Roman";
	text-align: center;
}

body.LoginPage .center
{
	text-align: center;
}

body.LoginPage .button
{
	background-color: #8B161E;
	color: White;
	font-weight: bold;
	margin-top: 12px;
	padding: 3px 12px 3px 12px;
}


body.LoginPage .EmailWarning
{
	color: Black;
	margin-top: 30px;
	font-size: 18pt;
}

.error
{
	color: Red;
	font-weight: bold;
	font-size: 18pt;
}