	* {
		margin: 0;
		padding: 0;
		font-family: "Î¢ÈíÑÅºÚ";
	}
	
	body {text-align:center;
		background: #F7F7F7;
	}
	
	.form {margin:0 auto;
		top: 50%;
		left: 50%;
		height: 420px;
		width: 340px;
		font-size: 18px;
		-webkit-box-shadow: 0px 0px 10px #A6A6A6;
		background: #fff;
	}
	
	.border-btn {
		border-bottom: 1px solid #ccc;
	}
	
	#landing,
	#registered {
		float: left;
		text-align: center;
		width: 170px;
		padding: 15px 0;
		color: #545454;
	}
	
	#landing-content {
		clear: both;
	}
	
	.inp {
		height: 30px;
		margin: 0 auto;
		margin-top:20px;
		margin-bottom: 15px;
		width: 200px;
	}
	
	.inp>input {
		text-align: center;
		height: 30px;
		width: 200px;
		margin: 0 auto;
		transition: all 0.3s ease-in-out;
	}
	
	.login {
		border: 1px solid #A6A6A6;
		color: #a6a6a6;
		height: 30px;
		width: 202px;
		text-align: center;
		font-size: 13.333333px;
		margin-left: 70px;
		line-height: 30px;
		margin-top: 10px;
		transition: all 0.3s ease-in-out;
	}
	
	.login:hover {
		background: #A6A6A6;
		color: #fff;
	}
	
	#bottom {
		margin-top: 30px;
		font-size: 13.333333px;
		color: #a6a6a6;
	}
	
	#registeredtxt {
		float: left;
		margin-left: 80px;
	}
	
	#forgotpassword {
		float: right;
		margin-right: 80px;
	}
	
	#photo {
		border-radius: 80px;
		border: 1px solid #ccc;
		height: 80px;
		width: 80px;
		margin: 0 auto;
		overflow: hidden;
		clear: both;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#photo>img:hover {
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
	
	#photo>img {
		height: 80px;
		width: 80px;
		-webkit-background-size: 220px 220px;
		border-radius: 60px;
		-webkit-transition: -webkit-transform 1s linear;
		-moz-transition: -moz-transform 1s linear;
		-o-transition: -o-transform 1s linear;
		-ms-transition: -ms-transform 1s linear;
	}
	
	
	#registered-content {
		margin-top: 20px;
		display: none;
	}
	
	.fix {
		clear: both;
	}
	.form{
		display: none;
	}


#text{ font-size:18px; height:40px; line-height:40px;}

#Land input[type="submit"]{background: #fff; border:1px solid #A6A6A6;width:202px; height:30px; margin-top:10px;}

