login_style.css 774 Bytes
body
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #ffffff;
}

#loginBox
{
	position: absolute; 
	top: 50%;
	width: 300px;
	height: 260px; 
	margin-top: -130px;
	left: 50%;
	margin-left: -150px;
	background-color: #444444;
	background-image: url('login_background.png');
	text-align: left;
	color: #ffffff;
}

#loginContent
{
	padding-top: 80px;
	padding-left: 30px;
	color: #ffffff;
}

label
{
	font-size: 14px;
	color: #ffffff;
	display: block;
	width: 70px;
}

input
{
	background: #eeeeee;
	color: #000000;
	border-style: solid;
	border: 1px inset #222222;
}