.member-Panel {
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	position:fixed;
	opacity:1;
	z-index:10000;
	width:100%;
	height:100%;
	background:whitesmoke;
	box-shadow:5px 5px 3px 3px lightgray;
	display:none;
	overflow:auto;
	padding-bottom:20pt;
}


#close_one_btn{
	margin:10px;
	font-size:20pt;
	padding:7px;
}
#registerPanel{
	display:none;
}
#resetPanel{
	display:none;
}
#loginPanel{
	display:;
}
.f-styler{
	font-size:15pt;
	color:lightblue;
}
.f-styler a:hover{
	font-weight:bold;
}
.h-text{
	font-weight:bold;
	font-size:15pt;
	color:maroon;
	border:1px dashed maroon;
	padding:20px;
	border-top-right-radius:30px;
	border-bottom-left-radius:30px;
}