.loginlinks a
{
	text-decoration: none;
	border-bottom: 1px dotted black;
	margin-right: 10px;
}

.loginlinks a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #f5ae16;
	margin-right: 10px;
}

.shadowscreen
{
	position: fixed;
	z-index: 100;
	background: #000;
	filter: alpha(opacity=20);
	moz-opacity: 0.2;
	opacity: 0.2;
	top: 0px;
	left: 0px;
/*	bottom: 0px;
	right: 0px;*/
	width: 100%;
	height: 100%;
}

.loginform
{
	position: fixed;
	z-index: 110;
	width: 320px;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -100px;
	background: white;
	padding: 10px;
	border: 1px solid silver;
}

.username
{
	padding: 5px 10px;
}

.username strong
{
	color: #f5ae16;
}

/*a
{
	color: #3e3ea0;
}

a:hover
{
	color: #3ea03e;
}*/

.redirect
{
	color: #444;
	margin-top: 15px;
	font-style: italic;
}

.input_grid
{
	padding: 10px;
	background: url('/img/form_simple_bg.png') top left repeat-y #a5dca5;

	font-size: 9pt;
}

	.input_grid input
	{
		border: 1px solid #888;
		background: white;
	}

	.input_grid .star
	{
		color: red;
	}

	.input_grid small
	{
		background: #c0f0c0;
		padding: 5px;
		line-height: 200%;
	}

	.input_grid .caption
	{
		padding-left: 20px;
		text-align: right;
		padding-right: 15px;
		font-weight: bold;
		color: black;
	}

	.input_grid input.inputerror
	{
		background: #faa;
		color: black;
	}

.error
{
	color: white;
	margin: 0 100px;
	padding: 5px;
	background: #faa;
	font-weight: bold;
}

.message
{
	font-size: larger;
}

input.inputerror
{
	background: #faa;
	color: black;
}
