body {
	background-color: white;
} 

p.indxtxt {
	color:black;
}

div#subcontent {
	position:relative;
	top:60px;
	z-index:1;
}

div#resetcontainer {
	position: relative;
	top: 100px;
	height: 235px;
	width: 300px;
	border: 1px solid #C0C0C0;
	border-radius: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: linear-gradient( to bottom, rgba(245, 245, 245, 1) 0%, /* very light gray */
	rgba(250, 250, 250, 1) 40%, /* even lighter */
	rgba(255, 255, 255, 1) 100% /* pure white */
	);
	color: var(--text-dark);
	border-radius: 5px;
}

span#resetbanner {
	position: absolute;
	width:320px;
	top: -80px;
	right:-15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 90px;
}

p.resetheader {
	font-size:32pt;
	color:#808080;
}

span#message {
	position: absolute;
	top: 155px;
	left: 30px;
}

p.messagetxt {
	font-size: small;
	color: green;
}


div#resetbox {
	position:relative;
	top:-5px;
	padding:30px;
}

div.loginfooter {
	position: relative;
	top: 30px;
	width: 220px;
	border-top: 1px solid #CCC;
	padding-top: 5px;
}

span#login {
	position: relative;
	float: left;
}


span#lostpassword {
	position: relative;
	float: right;
}






