#page .content {
	margin-top: 1em;
}

.note {
	color: #f90;
}

#userloginbox .note {
	font-size: 14px;
}

#useraccountlogin { 
	width: 50em;
	margin-left: auto;
	margin-right: auto;
}

#userloginbox {
	width: 30em;
	height: 27em;
	position: relative;
}

#userloginbox #username {
	width: 20em;
}

#userloginbox input.login {
	position: absolute;
	right: 0;

}

#page #accountnote {
	position: absolute;
	right: 4em;
	bottom: 11em;
	width: 22em;
}

#page #accountnote p {
	font-size: 12px;
}

#page .createnewuser {
	/*right: -27em;
	*right: -32em; */
}

#page .createnewuser input {
	font-size: larger;
	color: #f90;
	font-weight: bold;
	/*position: absolute;
	right: -20em;
	top: 0em;*/
}

#page #forgotpassword {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 1em;
	border: 0px solid black;
	left: 0;
}
#page #forgotpassword p { 
	font-size: 1.3em;
	text-align: center; 
	padding-bottom: 0;
	margin-bottom: 0;
}
#page #forgotpassword p.subnote { 
	font-size: 1em;
	padding-top: 0;
	margin-top: 0;
}

.attention {
	font-weight: bold;
}
