.forgotform{
	position:fixed;
	top: 35%;
	left: 40%;
	width:20%;
	display:none;
	height:28%;
	background-color:white;
	border-style:solid;
	border-color:#f887ff;
	border-width:1px;
	min-height:160px;
	min-width:270px;
	z-index:999;
}
.close{
	background-image:url(../Images/close.png);
	background-size:contain;
	float:right;
	width:30px;
	height:30px;
}
.close:hover{
	cursor:pointer;	
}
.forgotheadtext{
	width:100%;
	pointer-events:none;
	height:30px;
	position:absolute;	
	line-height:30px;
}
.forgothead{
	text-align:center;
	height:30px;
	width:100%;
	background-color:#69429b;
	color:white;
	line-height:30px;
}
.forgotformlayout{
	width:170px;
	margin:auto;
}
.fieldinputanswer{
	border-style:solid;
	border-color:#f887ff;
	border-width:1px;
	height:20px;
	width:30px;
}
#ResetNumOne{
	float:left;
	width:20px;
}
#ResetNumTwo{
	margin-right:125px;
	float:right;
}
.ansforgot{
	float:right;
	margin-top:-20px;
	margin-right:70px;
}	
#OutputResetPass{
	width:270px;
	margin-top:10px;
	text-align:center;
}
#ResetPassButton{
	background-color:#69429b;
	color:white;
	text-align:center;
	line-height:30px;
	width:130x;
	height:30px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	border-style:none;
}
#ResetPassButton:hover{
	cursor:pointer;
	background-color:#418fcf;
}
.buttoncont{
	margin:auto;
	width:130px;
}
