body {
	background-color : #e0e1ef; /*#ece9d8;*/
	color : #000000;
}

.usernamelabel {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 200px;
	left: 300px;
}
.username {
	font-family: sans-serif;
	font-size: 14px;
	position: absolute;
	top: 198px;
	left: 450px;
	width: 200px;
	height: 20px;
	max-height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.passwordlabel {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 230px;
	left: 300px;
}
.password {
	font-family: sans-serif;
	font-size: 14px;
	position: absolute;
	top: 228px;
	left: 450px;
	width: 200px;
	height: 20px;
	max-height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.loginbutton {
	position: absolute;
	left: 475px;
	top: 260px;
	width: 100px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	background-image: url("/images/button_img.png");
}
#loginMsg {
	position: absolute;
	top: 300px;
	left: 150px;
	width: 650px;
	height: 30px;
	text-align: center;
	color: red;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
}
.errMsg {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
	top: 150px;
}