	#loginPage {
		/*background:url(../images/bg_loginpage.jpg) no-repeat;*/
	}
	#loginArea {
		width:575px;
		margin:0 auto 50px auto;
		margin-top:10px;
	}
	#loginIntro {
		float:left;
		width:300px;
	}
	#loginIntroTitle {
		color:#333;
		font-size:16px;
		font-family:"Trebuchet MS";
		font-weight:bold;
	}
	#loginBox {
		float:right;
		background-image: none;
		background-color:blue;
		height:238px;
		width:228px;
		padding:20px 30px 20px 50px;
		/*background-color: #195c4f;*/
		background-color: #ffffff;
	}
	#loginBoxTitle {
		font-size:12pt;
		color:#195c4f;
		font-weight:bold;
	}
	.loginFieldTitle {
		color:#195c4f;
		padding:2px;
	}
	#loginArea .loginBox .loginButton {
		background-color: #eaebec;
		background-image: url("images/sign-up-button.jpg");
		background-repeat: no-repeat;
		border-radius: 6px;
		border-style: none;
		color: #ffffff;
		font-size: 13px;
		height: 29px;
		padding-top: 6px;
		text-align: center;
		vertical-align: middle;
		width: 120px;
	}
	/*#loginArea .loginBox .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;
	}
	#paysoon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: normal;
}
