	#loginPage {
		background:url() no-repeat;
	}
	#loginArea {
		width:575px;
		margin:0 auto 0 auto;
		margin-top:100px;
	}
	#loginIntro {
		float:left;
		width:300px;
	}
	#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() no-repeat;
	}
	#loginBoxTitle {
		font-size:12pt;
		color:#FFF;
		font-weight:bold;
	}
	.loginFieldTitle {
		color:#CCC;
		padding:2px;
	}
	.loginButton {
	
	
	
	
	
	}
	.alignCenterObj {
		margin-left:auto;
		margin-right:auto;
	}