/**************/
/* Login Page */
/**************/
a.loginpage_forgotbutton
{
	font-weight:bold;
	text-decoration:none;
	color:#3A3938;
}
a.loginpage_forgotbutton:hover
{
	text-decoration:underline;
}

a.loginpage_forgotcontinuebutton
{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#B339BF;
	padding-left:14px;
	padding-top:10px;
}

a.loginpage_forgotcontinuebutton:hover
{
	text-decoration:underline;
}

a.loginpage_forgotsubmit
{	
	display:block;
	background-image: url("General/btn_email_password.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:129px;
	height:17px;
	margin-top:20px;
}

a.loginpage_forgotsubmit:hover
{
	background-position: left bottom;
}

.loginpage_loginbutton
{
	display:block;
	background-image: url("General/btn_login.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:51px;
	height:17px;
}

a.loginpage_loginbutton:hover
{
	background-position: left bottom;
}

.loginpage_joinnow
{
	display:block;
	background-image: url("General/btn_join_now.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:71px;
	height:17px;
}
a.loginpage_joinnow:hover
{
	background-position: left bottom;
}

.login_emailaddress
{
	display:block;
	padding-left:14px;
	color:#292938;
	font-weight:bold;
}

.loginpage_forgotinstructions
{
	margin-left:10px;
	margin-bottom:10px;
	width:492px;
	line-height:18px;
}


