#sectionheader {
	text-align: left;
	padding-left: 20px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #99CCFF;
	background-color: #336699;
}
#sectionwrapper {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.passwordrequest {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 110%;
}

#pw label {
	
	float: left;
	margin: 2px 0px 6px 4px;
	text-align: right;
}
#pw br { clear: left; }
#pw .pwinput { text-align: left; border: 1px solid #006; background: #ffc; }
#pw .pwinput:hover { border: 1px solid #f00; background: #ff6; }
#pw .button { border: 1px solid #006; background: #ccf; }
#pw .button:hover { border: 1px solid #f00; background: #eef; }
