#container-main {
	width: 960px;
}

#container {
	float: left;
	width: 960px;
	background: #fff;
}

#container-landing {
	float: left;
	width: 960px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: 350px 150px;
}

#container-overlap {
	float: left;
	width: 960px;
	background-image: linear-gradient(to bottom, #eee , #ddd);
}

#container-login {
	float: left;
	width: 920px;
    padding: 20px;
}

#container-login-left {
    float: left;
	width: 560px;
    height: 723px;
}

#container-login-right {
    float: right;
	width: 340px;
    height: 723px;
	text-align: left;
	font-size: 14px;
	font-family: arial;
}

.login-image {
	width: 560px;
	height: 722px;
}

.login-message {
	float: left;
	width: 100%;
	color: red;
	margin-top: 180px;
	margin-bottom: 20px;
	text-align: center;
}

.login-field {
	font-size: 14px;
	width: 300px;
	padding: 12px;
	border: 1px solid #ff680a;
	border-radius: 10px;
	margin-bottom: 10px;
}

.login-captcha {
	float: left;
	width: 120px;
	height: 40px;
	margin-right: 10px;
}

.login-security {
	font-size: 14px;
	width: 168px;
	padding: 12px;
	border: 1px solid #ff680a;
	border-radius: 10px;
	margin-bottom: 10px;
}

.login-button {
	padding: 12px;
	border: 1px solid #b14908;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #ff680a;
	border-radius: 10px;
	margin-left: 110px;
	margin-bottom: 10px;
	cursor: pointer;
}