
/* added css to display  as  /public/Login.aspx
 a table 08/02/2008 */

TABLE.login {
	border: 1px solid #111;  
	padding: 0.3em; 
	width: 215px; 
	height: 94px;
	border-collapse: separate;
}
TABLE.login TD
{
	border-style: none;	
}
TD.title {
	padding: 0.4em;
	font-weight: bold;
	margin-bottom: 0.3em; 
	background: #660099;
	color: #fff;
}

/* added css to display  as a table */