/* Body styles are applied via JS on login/register pages only */

.bookcover
{
	background-image: url('/img/bookcover.jpg');
	width: 760px;
	height: 1000px;
	position: relative;
}

#login, #register1, #register2, #register3, #errorpanel
{
	position: absolute;
	left: 319px;
	top: 420px;
	width: 120px;
}

.topspace
{
	padding-top:4px;
}

.f24
{
	font-size: 24px;
}

.f12
{
	font-size: 12px;
}
.f18
{
	font-size: 18px;
}


a.deflink:link
{
	color: #080808;
}
a.deflink:hover
{
	color: #333333;
}
a.deflink:visited
{
	color: #080808;
}

.definput
{
	background-color: transparent;
	width: 123px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.normalmessage
{
}

.errorred
{
	color: #cc0000;
}
