div#FormArea
{
	margin: 0px auto;
	padding: 0px auto;
	width: 60%;
}

div#FormArea label
{
	font-size: 15px;
}

div#FormArea ol
{
	list-style-type: decimal;
}

.btn-default
{
	background-color: #AEA79F;
	border-color: #AEA79F;
	color: #000;
	text-shadow: none;
}

.btn-default:hover
{
	color: #000;
}

div#FormArea span.SpaceLine
{
	content: " ";
	height: 10px;
	display: block;
}

div#FormArea div.notice
{
	margin-bottom: 10px;
	text-align: left;
}

div#FormArea a
{
	text-decoration: underline;
}

div#FormArea a:hover
{
	text-decoration: none;
}

div#login-box ol
{
	text-align: left;
}

form#AuthForm > div
{
	margin-bottom: 5%;
}

label[for="addANote"]:hover
{
	cursor: pointer;
}