﻿body 
{
	font-family: Tahoma;
	color: Black;
	font-size: 12px;
}

table.loginTable 
{
	background-color: #e4e4d7;
	width: 400px;
	border: solid 1px gray;
}

table.messageTable
{
	background-color: #e4e4d7;
	width: 600px;
	border: solid 1px gray;
}

td.loginInstructions 
{
	font-weight: bold;
	text-align: center;
}

td.loginFormLabel 
{
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	width: 100px;
}

td.loginFormData
{
	font-weight: normal;
	text-align: left;
}

input.loginButton 
{
	font-weight: bold; 
	font-size: 14px; 
	color: black;
	cursor: hand;
	background-color: #d9d5d0;
	font-family: Tahoma; 
	border-style: solid;
	border-width: 1;
	border-color: #999999;
}
input.forgotPasswordButton
{
   	font-weight: normal;
	text-align: center;
	font-size: 14px;
	cursor: hand;
/*	border-style: solid;
	border-width: 1; */
}
input.forgotTable
{
	background-color: #e4e4d7;
	width: 400px;
	border: solid 1px gray;
 }
input.forgotMessage
{
   	font-weight: normal;
	text-align: left;
	font-size: 14px;
    
}
input.emailInstructions
{
   	font-weight: normal;
	text-align: left;
	font-size: 18px;
}

