﻿

body
{
	background-color: #d4e3fb;
	font-family: arial,helvetica,verdana,sans-serif; 
	font-Size: 0.8em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #39448A;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 27px;
	text-align: left;
}



tr
{
	height: 12px;
}

tr.input-area
{
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
}

table.MainTable
{
	Width:420px;
	Height:260px;
	background-image: url('Login/LoginBgd.gif');
	border: none;
}

table.InsideTable 
{
	height:220px;
	width:auto;
}

td.Space
{
	width: 25px;
}
td.Inputs
{
	width: 330px;
	height: 23px;
	
}
td.Labels
{
	background-image: url(Login/InputBgd.gif);
	width: 70px;
	height: 23px;
	padding-left: 12px;
	margin-right: auto;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center;
}


.ErrorMessage
{
	color:Red;
	margin-right:auto;
	margin-left:auto;
}
.PasswordReminderText
{
	font-size: 14px;
	font-weight: bold;
	color: #39448A;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 27px;
	text-align: left;
}

