﻿#loginBody
{
	/*background-color: #dfe3e4;*/
}

#loginDiv
{
	width: 490px;
	margin: auto;
}

#topLogoDiv
{
	position: relative;
	top: 75px;
}

.loginLogo
{
	border: solid 1px #999999;
}

#loginTable
{
	background-image: url('/pics/login/box-bkg-no-border.jpg');
	height: 275px;
	border: solid 1px #666666;
}

.loginFormLoginTextCell
{
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	color: #325157;
	border-bottom: solid 1px #325157;
}

.loginFormTextCell
{
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	color: White;
}

.loginFormInputCell
{
	width: 270px;
	text-align: right;
}

.loginFormInputBox
{
	font-family: Verdana;
	font-size: 11px;
	width: 250px;
	height: 13px;
	color: #666666;
}

.loginFormSubmitButtonCell
{
	text-align: right;
}

