body {
	font-family:Arial;
	font-size:10px;
	color:#482525;
	background-color:white;
	background-image:url(/pageview/default/img/background-login.gif);
	background-repeat:no-repeat;
}

h1 {
	visibility:hidden;
}

form {
	background-color:transparent;
}

form button {
	position:relative;
	left:115px;
	border:0px;
	color:#0066B3;
	background-color:transparent;
	background-image:url(/pageview/default/img/login-button-bg.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:7px;
}

form label {
	text-align:right;
	margin-right:10px;
	width:100px;
}

div.content {
	position:absolute;
	left:50px;
	top:270px;
}

div.loginMessage {
	position:absolute;
	left:110px;
	top:430px;
	width:220px;
}

div.footer {
	position:absolute;
	left:110px;
	bottom:10px;
	width:300px;
}

div.message {
	position:absolute;
	left:300px;
	top:300px;
}
