/*
	Login widget styles.
*/
#customer-login,
#customer-logged-in
{
	color: #777;
	font-size: 80%;
	margin: 10px;
	min-width: 14em;
	text-align: right;
}
* html body #customer-login,
* html body #customer-logged-in
{
	width: 14em;
}
#customer-login a,
#customer-logged-in a
{
	color: #777;
	text-decoration: none;
}
#customer-login a:hover,
#customer-logged-in a:hover
{
	text-decoration: underline;
}
#customer-login table
{
	border-collapse: collapse;
}

