#page h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}

#page fieldset {
	padding-top: 1em;
	margin-bottom: 2em;
	border: 0px solid blue;
	display: block !important;
	clear: both;
	position: relative;
}

fieldset legend { 
	font-weight: bold; 
	font-size: larger;
	clear: both;
}

fieldset dl { 
	border: 0px solid purple;
	clear: both;
	padding: 0 0 .5em 0; margin: 0;
	position: relative;
}

fieldset dt {
	float: left;
	clear: both;
	margin-left: 3em;
	border: 0px solid green;
	width: 20em;
}

fieldset .indent {
	margin-left: 3em;
}

fieldset dd {
	border: 0px solid red;
}

fieldset dd.fieldnote {
	/*position: absolute;
	top: 0;
	left: 33em;*/
	font-style: italic;
}

#userverify, #emailverify, #passwordmsg {
	margin-left: 1em;
	position: relative;
}

#dispmsgbox {
	border: 2px solid black; 
	background-color: #ff9; 
	padding: 1em; margin: 0; 
	color: black;
}

#page #dispmsgbox p {
	padding: 0; margin: 0;
}

.helplnk {
	position: absolute;
	border: 0px solid black;
	margin-bottom: 3px;
	left: 20px;
	top: -5px;
}
