/* This style sheet is used in login.aspx and register.aspx*/

/* ---------- codeNavComment "color" ---------- */
fieldset
	{
	border: 1px solid #39C;
	}
legend
	{
	color: #39C;
	}
form em
	{
	color: #900;
	}


/* ---------- codeNavComment "text" ---------- */
legend
	{
	font-size: 1.5em;
	font-weight: bold;
	}
form em
	{
	font-size: x-small;
	margin-left: 0.5em;
	}


/* ---------- codeNavComment "form and position" ---------- */
body
	{
	margin: 10%;
	}
fieldset
	{
	padding: 1em;
	}
fieldset label
	{
	margin: 0.2em 1em 0.2em 2em;
	}
form em
	{
	margin-left: 0.5em;
	}