.registerbox{
	position:fixed;
	top: 10%;
	left: 40%;
	width:20%;
	display:none;
	height:80%;
	min-height:570px;
	min-width:270px;
	z-index:999;
}
.formcontainer{
	min-height:270px;
	overflow:auto;	
	height:80%;
	background-color:white;
	border-style:solid;
	border-color:#f887ff;
	border-width:1px;
}
.registerposition{
	width:170px;
	margin:auto;	
}
.close{
	background-image:url(../Images/close.png);
	background-size:contain;
	float:right;
	width:30px;
	height:30px;
}
.close:hover{
	cursor:pointer;	
}
.registerheadtext{
	width:100%;
	pointer-events:none;
	height:30px;
	position:absolute;	
	line-height:30px;
}
.registerhead{
	text-align:center;
	height:30px;
	width:100%;
	background-color:#69429b;
	color:white;
	line-height:30px;
}
.registerform{
	width:170px;
	margin:auto;
	text-align:left;
	height:	80px;
}
#RegisterButton{
	background-color:#69429b;
	color:white;
	text-align:center;
	line-height:30px;
	width:75px;
	height:30px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	border-style:none;
		
}
#RegisterButton:hover{
	cursor:pointer;	
}
.registerbut{
	margin:auto;
	width:75px;
	height:30px;
	margin-top:20px;
}
.outputbox{
	height:20px;	
	text-align:center;
}
