﻿.LoginLinks
{
	color:#ADCADE;
	text-decoration:underline;
	font-size:.8em;
	width:50px;
	cursor:pointer;
	float:left;
	display:block;
}
.LoginLinks a
{
	color:White;
}
.hide
{
	display:none;	
}
.clear
{
	clear:both;
}
.left
{
	float:left;
}
.nowrap
{
	white-space:nowrap;
}
#LoginBox
{
	width:285px;
	height:0px;
	padding:5px;
	background-color: #FFFFF0;
	position:absolute;
	display:none;
	color:Black;
}
#LoginContent
{
	border:1px solid #CCCCCC;
	padding:6px;
	width:271px;
}
#LoginTitle
{
	color:#4A4A4A;
	float:left;
	font-size:14px;
	font-weight:bold;
}
#SignUp
{
	float:right;
	font-size:11px;
	font-weight:bold;
	color:Blue;
	cursor:pointer;
}
#LoginForm
{
	padding:0px;
	margin:0px;
	border-width:0px;
}
#Labels
{
	float:left;
	font-size:11px;
	font-weight:bold;
	color:Black;
	text-align:right;
	width:100px;
}
#UserAndPassword
{
	float:left;
	width:160px;
}
#LoginForgot
{
	border-top:1px dotted #999999;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	padding-top:5px;
	text-align:center;
}

