body
{
	margin: 0px;
	background-color: #000;
	font-family: Verdana;
	font-style: normal;
	color: #CCC;
	font-size: 12px;
}

div.login_bar
{
	margin: 0px;
	padding: 3px;
	text-align: right;
	border-bottom: thin solid #404040;
}

div.login_box
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 220px;
	background: #555555;
	border: thin solid #999999;
	padding: 3px; 
}

form
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

input
{
	margin: 0px;
}

p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

p.nomargins
{
	margin: 0px;
}

p.heading
{
	font-size: 18px;
	margin-bottom: 9px;
}

a:link
{
	color: #99CCFF;
	text-decoration:none;
	font-style:normal;
	font-size:12px;
}

a:visited
{
	color: #CCCCFF;
	text-decoration:none;
	font-style:normal;
	font-size:12px;
}

a:hover
{
	color: #0099FF;
	text-decoration:underline;
	font-style:normal;
	font-size:12px;
}

a:active
{
	color: #ffff00;
	text-decoration:underline;
	font-style:normal;
	font-size:12px;
}

table, tr, td
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
