html
{
	overflow: hidden;
}

body
{
	font-family: tahoma, sans-serif;
	font-size: 0.7em;
	overflow: auto;
	background-color: #a4a6ba;
	background-image: url( "login-bg.jpg" );
	text-align: center;
	padding-top: 100px;
}

div#title
{
	font-size: 1.2em;
}

div#login_panel
{
	width: 400px;
	height: 300px;
	padding-top: 30px;
	background-color: #9496af;
	border: 1px solid white;
	color: white;
}

div#logo
{
}

table.details
{
	font-size: 1em;
	color: white;
	width: 60%;
	margin-bottom: 32px;
}
table.details td.label0
{
	white-space: nowrap;
}
table.details td.data0
{
	width: 75%;
}


input, select, textarea
{
	width: 100%;
	font-family: tahoma, sans-serif;
	font-size: 1em;
}
input.submit
{
	width: auto;
}

/*  Headings  */
#heading_large
{
}
#heading_medium
{
}
h3.subheading
{
	font-size: 1.0em;
}
