
.main-container {
	width:100%;
	/*background:#eee;*/
}

.register-outer-container {
	width:1130px;
	margin:0 auto;
	padding:20px;
	padding-bottom:40px;
}

.register-title {
	font-size:18px;
	margin-bottom:10px;
}

.register-container {
	width:100%;
	background:#fcfcfc;
}

.register-option-container {
	width:500px;
	margin-left:200px;
	padding:20px;
	float: left;
}

.register-option-container ul {
	
}

.register-option-container ul li {
	line-height: 40px;
}

.register-option-container ul li div {
	float:left;
}

.register-option-container .register-key {
	width:150px;
}

.register-option-container .register-value {
	width:350px;
}

.register-option-container .input-status {
	font-size:12px;
	color:#f55;
	margin-left:15px;
}

.register-option-container input {
	margin-left:5px;
}

#submit-btn {
	width:160px;
	height:25px;
	background:#f33;
	color:#fff;
	border:none;
}

.has-account {
	width:200px;
	height:200px;
	border:1px solid #999;
	float:left;
	margin-left:50px;
	margin-top: 50px;
}

.has-account img {
	width:100px;
	height:100px;
	margin:0 auto;
	margin-top:20px;
	display: block;
}

.has-account p {
	text-align: center;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:8px;
}

.has-account input[type="button"] {
	width:120px;
	height:25px;
	margin-left:40px;
	border:none;
}

#login {
	background:#f33;
	color:#fff;
}

#forget {
	color:#33f;
}








