#main {
	width: 400px;
	height: auto; 
	min-height: 300px; 
	border-style: solid; 
	margin-right: auto;
	margin-left: auto; 
	border-radius: 20px; 
	overflow-y: auto; 
}

#submit {
	height: 30px;
	width: 90px; 
    display: inline-block;
    border-radius: 10px;
    box-shadow: 4px 4px 5px darkgrey; 
} 

#submit:hover {
	    box-shadow: 4px 4px 3px black;
}


#userinfo {
	width: 45%; 
	float: left; 
	text-align: right; 
}

#sectioninfo {
	min-height: 120px; 
	width: 45%; 
	float: right; 	
}

h1, h2 {
	text-align: center; 
}

h2 {
	background-color: lightgrey; 
}

#sectionheader {
	font-family: arial;
    font-weight: bold; 	
}

#pwreset {
	font-size: 80%; 
}

#pwreset:hover {
	background-color: lightgrey; 
}

#pwarea {
	text-align: left; 
	margin: 10px; 
	margin-top: 20px; 
	cursor: pointer; 
}

#rememberme {
	float: right; 
	font-size: 80%; 
	margin-right: 15px; 
}

#pwinfo {
	text-align: right; 
	width: 90%; 
}
