/**
 *	Login Page
 */
#LoginPageWrapper{
	width:400px;
	margin:0 auto;
}

#LoginPageWrapper>h1{
	margin-top:100px;
	
	font-family: 'Holtwood One SC', serif;
	font-size:32px;
	font-weight:300;
	line-height:26px;
	text-shadow:2px 2px 1px #AAA;
}

#LoginPageWrapper>h1>span{
	display:block;
	float:left;
}

#LoginPageWrapper>h1>span:nth-of-type(1){
	font-size:64px;
	line-height:53px;
}


#LoginWrapper{
	width:100%;
	padding:25px;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:2px 2px 1px 1px #555;
	background-color: rgba(255,200,0,0.5);
}

#LoginWrapper dl{margin:0 0 20px;}
#LoginWrapper dt{font-size:18px; text-shadow:1px 1px 1px #888;}
#LoginWrapper dd{margin:0 0 20px;}

#LI_forgotpw{
	margin-left:5px;
	
	font-size:12px;
	color:#0000CD;
	text-decoration:underline;
}
#LI_forgotpw:hover{cursor:pointer;}

#LoginWrapper input{
	width:100%;
	padding:10px;
	border-radius:5px;
	box-sizing:border-box;
	
	font-size:18px;
}




/**
 *	Forgot Password OverLay
 */
#LI_ForgotPW_OL{
	display:none;
}

#LI_FPW_Wrapper{
	width:500px;
}

#LI_FPW_Submit{
	float:right;
}



