/****************************************************************/
/* Style Sheet:	login.css					*/
/*								*/
/* Description: Style for the 'Login' page.			*/
/****************************************************************/

a.LoginEnq:link
{
	text-decoration: underline;

	font-style: italic;

	color: #4475a1;
}

a.LoginEnq:hover
{
	color: #0000ff;
}

a.LoginEnq:active
{
	text-decoration: underline;

	font-style: italic;

	color: #4475a1;
}

a.LoginEnq:visited
{
	text-decoration: underline;

	font-style: italic;

	color: #4475a1;
}

td.login
{
	width		: 300px;

	text-align	: center;
}

table.login
{
	width		: 100%;
}

th.title
{
	text-align	: center;
	
	border-width	: 1px;
}

td.content
{
	background-color: #ffffc0;
	
	border-color	: #000080;
	border-width	: 0px 1px 1px 1px;  
	border-style	: dotted; 
	
	text-align	: center; 
	
	padding		: 10px;
}

table.content
{
	width		: 100%;
}

td.login_label
{
	width		: 50%; 
	
	text-align	: right; 
	font-weight	: bold;
	
	padding		: 10px; 
}

td.login_input
{
	width		: 50%; 
	
	text-align	: left; 
	
	padding		: 10px; 
}

input.login
{
	width		: 90px;
}

td.remember_me
{
	text-align	: left;
	
	padding-top	: 10px;
}