/* CSS Document */
body#login, input
{
	background-color: #FFFFCC;
}

#login #pic
{
	background-image: url(/log/login.jpg);
	background-repeat:no-repeat;
	text-align: center;	
}

#login form {
	text-align: center;
	color: #000000;
}

#login #titel  {
	font-family: Book Antiqua;
	color:#CC0000;
	font-weight: bolder;
	font-size: 1.5em;
	text-align: center;
}
	
#login input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-align: left;
}


