/******************************************************************************
// Alloy Navigator 5
//
// Copyright (c) 2002-2007 Alloy Software Inc.
// All Right Reserved
//
// The entire contents of this file is protected by U.S. and
// International Copyright Laws. Unauthorized reproduction, 
// reverse-engineering, and distribution of all or any portion of 
// the code contained in this file is strictly prohibited and may 
// result in severe civil and criminal penalties and will be 
// prosecuted to the maximum extent possible under the law. 
//
// RESTRICTIONS 
// 
// The source code contained within this file and all related 
// files or any portion of its contents shall at no time be 
// copied, transferred, sold, distributed, or otherwise made 
// available to other individuals without express written consent 
// and permission from Alloy Software Inc. 
*/

/* The stylesheet defines the styles for the Login page. */

.enter .caption
{
  text-align: left;
  font-size: 70%;
}

/* td#login { text-align: right; }
*/
td.input { font-size: 80%; } 

.link
{
  font-size: 70%; 
}

table#loginTable a:hover
{
  text-decoration: underline;
}


#remembertxt
{ font-size:70%;
	text-align:left;
	border:solid 0 white ; 
}