body{
	font-family: Arial, Helvetica, sans;
	font-size:10pt;
}
div#regContainer a,div#loginContainer a{
	color:rgb(0,155,255);
	font-weight:bold;
	text-decoration: none;
}
div#loginHeader, div#loginContent, div#loginFooter, div#regHeader, div#regContent, div#regFooter, div#footerLinks{
	width: 899px;
}
div#loginHeader, div#regHeader{
	background-repeat:none;
}
div#loginHeader{
	background-image: url(nefe_logins/loginHeader.jpg);
	height: 260px;
}
div#regHeader{
	background-image: url(nefe_logins/registerHeader.jpg);
	height: 264px;
}
div#loginContent,div#regContent{
	text-align: center;
}
div#loginContent{
	background: url(nefe_logins/loginContent.jpg) repeat-y;
}
div#regContent{
	background: url(nefe_logins/registerContent.jpg) repeat-y;
}
div#loginFooter{
	background: url(nefe_logins/loginFooter.jpg) no-repeat;
	height:166px;
}
div#regFooter{
	background: url(nefe_logins/registerFooter.jpg) no-repeat;
	height:173px;
}
div#footerLinks{
	text-align:center;
	font-size:11px;
}
div#footerLinks a{
	color:#6EA5C8;text-decoration:none;
	font-weight:normal;
}
div#loginContainer{
	width:750px;
	margin: 0px auto;
	text-align:left;
}
div#regContainer{
	width:770px;
	margin-left:50px;
	margin-right:75px;
	text-align:left;
	padding-left:15px;
	font-size: 10pt;
}
div#navBar{
	width: 94%;
	text-align:center;
}
#lookupText{
	font-weight:normal;
}
.header{
	font-size:14pt;
	color: rgb(0,155,255);
	font-weight:bold;
}
.subHeader{
	font-size:12pt;
	font-weight:bold;
	display:block;
	border-bottom:1px solid black;
	width: 90%;
}
.note{
	font-style:italic;
	width: 90%;
	text-align:center;
	display:block;
}
div.loginBlock{
	width: 47%;
	float:left;
	text-align:left;
	font-size: 10pt;
}

label, input{
	width: 150px;
	float:left;
}
div#regContainer label{
	font-weight:bold;
}
label.unlabeled, input.unlabeled{
	width:auto;
	float:none;
}
br{
	clear:both;
}
.required {
	color:#ff0000;
}
.linksMap{
	position:absolute;
	top:0px;
	left:0px;
}
.linksMap a{
  position: absolute;
  height: 18px;
  width: 105px;
  left: 250px; 
  text-decoration: none;
  cursor:pointer;
}
.err {color:red;font-weight:bold;font-size:12px;}
.errmsg {
	font-family:arial;
	font-size:11px;
	color:red;
	font-weight:bold;
}

.linksMap a i { visibility: hidden;}

a#newUserLink{top:116px;}
a#helpLink{top:135px; width:35px;}
a#hsfppMainLink{top:152px;}

