	#loginPage {
		background:url(../images/bg_loginpage.jpg) no-repeat;
	}
	#loginArea {
		width:500px;
		margin:0px;
	}
	#loginIntro {
		float:left;
		width:230px;
	}
	#loginIntroTitle {
		color:#333;
		font-size:16pt;
		font-family:"Trebuchet MS";
		font-weight:bold;
	}
	#loginBox {
		float:right;
		background-color:blue;
		height:158px;
		width:178px;
		padding:20px 30px 20px 50px;
		background:url(../images/bg_loginbox.gif) no-repeat;
	}
	#loginBoxTitle {
		font-size:12pt;
		color:#FFF;
		font-weight:bold;
	}
	.loginFieldTitle {
		color:#CCC;
		padding:2px;
	}
	.loginButton {
		background-color:#dadada;
		margin:3px;
		font-weight:bold;
		font-size:8pt;
		color:#333;
		border-top:solid 1px #666;
		border-left:solid 1px #333;
		border-right:solid 2px #999;
		border-bottom:solid 2px #666;
		padding:2px;
	}
	.alignCenterObj {
		margin-left:auto;
		margin-right:auto;
	}
