.contentBottomPublic {
	background-image: url("/assets/publicHome/BodyBottom.png");
	background-repeat: no-repeat;
	width: 950px;
	height: 113px;
}
.signupBtn {
  background-image: url("/assets/publicHome/Signup.png");
  background-repeat: no-repeat;
  width:458px; 
  height:29px; 
  margin:0 auto;
  cursor: pointer;
}
.LoginWrap {
	width:427px; 
	height:175px; 
	margin:0 auto; 
	background-image: url('/assets/publicHome/loginBackGround.png'); 
	background-repeat: no-repeat;
}
#alertMsg_public {
	font-weight:bold; 
	font-size:12px; 
	color: red;
}