html, body {
	font-size: 100%;
	height: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

*:focus {
	 outline: none; /* WebKit default is to outline focus element */
}

input:invalid {
	box-shadow: none; /* Firefox default is red box shadow */
}
.pwdDisp.helpIcon {
	background: url("/edge/ui/public/img/reg-help-icon.png") no-repeat 0 0;
	display: inline-block;
	height: 15px;
	margin: 0 0 -3px 4px;
	width: 15px;
}