body
{
	background-color: #d4e3fb;
	font-family: arial,helvetica,verdana,sans-serif; 
	font-Size: 0.8em;
}

.LoginBtn,
.GuestLoginBtn
{
	width: auto;
	font-size: 1em;
	height: 26px;
	padding:0px 15px;
	cursor: pointer;
	border-width: 1px;
}

.LoginBtn
{
	background-image: url('Login/InputBgd.gif');
}

.GuestLoginBtn
{
	background-image: url('Login/InputBgd_grey.jpg');
}

tr
{
	height: 15px;
}

tr.input-area
{
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
}


td.Space
{
	width: 25px;
}

td.Inputs
{
	width: 330px;
	height: 23px;
	
}

td.Labels
{
	background-image: url(Login/InputBgd.gif);
	width: 75px;
	height: 23px;
	padding-left: 12px;
	margin-right: auto;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center;
}

table.LoginControl
{
	Width:420px;
	Height:260px;
	background-image: url('Login/LoginBgd.gif');
	border: none;
}

td.PasswordReminder
{
	margin-left: auto;
	margin-right: auto;
	color: #000080
}

td.GoTo_login_button
{
	height:24px;
}

td.ErrorMessage
{
	color:Red;
}

tr.ErrorRow
{
	height:15px;
	text-align: center;
	padding-top: 10px;
	line-height: 150%;
	color: #CC0000;
}