body {
	background-color: #d5e5ff;
}
body * {
	font-family: Helvetica;
	font-size: 9pt;
	color: black;
}
#loginLogo {
	width: 377px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
#holder {
	width: 377px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
}
#loginBackground {
	background: url('login-bg.png') no-repeat;
	width: 377px;
	height: 245px;
	position:relative;
}
#loginBackground #applicationName {
  	position:absolute;
	top: 35px;
	left: 170px;
  	color: #203F6E;
	font-family: helvetica;
	font-size: 12pt;
	font-weight: bold;
}
#loginControls {
	position:absolute;
	top: 90px;
	left: 100px;
	width: 240px;
}
#loginControls input {
	width: 150px;
	padding: 2px;
}
#loginError {
	color: red;
	font-weight: bold;
}