nav .nav-container {
	width: 1088px;
}

#content {
	background: url(../img2/login-background-2.jpg) repeat-x top center;
}

#content .content-container {
	width: 1088px;
	padding-top: 50px;
}

#content .content-left {
	float: left;
	width: 300px;
	height: 502px;
	padding: 20px 40px;
	background-color: #f6fee9;
}

#content .content-left li {
	float: left;
	width: 150px;    /*width: 100px;*/
	line-height: 26px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	border-bottom: 2px solid #eee;
}

#content .content-left li.active {
	font-size: 18px;
	border-bottom: 2px solid #3ba354;
}

#content .content-left li.active a {
	font-weight: bold;
}

#content .content-left article {
	margin-top: 20px;
}

#content .content-left article .inputBox {
	float: left;
	width: 298px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border: 1px solid #ccc;
	color:#333;
}
#content .content-left article .clearfix{
	position:relative;
}
#content .content-left article .clearfix label{
	top:12px;
	left:15px;
}
#content .content-left article .clear-margin label{
	margin-left:0 !important;
}
#content .content-left article .inputBox.checkCode {
	width: 168px;
	margin-right: 10px;
}

#content .content-left article .getCheckCode {
	float: left;
	width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
	border: 1px solid #83d396;
	background-color: #c0eacb;
}

#content .content-left article .checkBox {
	margin-right: 5px;
}

#content .content-left article .submit {
    width: 100%;
    height: 42px;
    line-height: 42px;
	margin-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #3ba354;
    border: none;
    display: block;
	border-radius: 3.5px;
    cursor: pointer;
}

#content .content-left article .submit:hover {
	box-shadow: 0 0 5px #3ba354;
}

#content .content-left article .row-bottom {
	padding-top: 25px;
}

#content .content-left article .login {
	margin-left: 20px;
}

#content .content-right {
	float: left;
	margin-left: 20px;
}

#content .content-right article {
	position: relative;
}

#content .content-right article .background {
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	width: 668px;
	height: 522px;
	padding: 10px;
	background-color: #00260a;
}

#content .content-right ul {
	position: absolute;
	width: 668px;
	height: 522px;
	padding: 10px;
}

#content .content-right li {
	float: left;
	width: 160px;
	height: 80px;
	margin: 3.5px;
	background-color: #fff;
}

#content .content-left article .login {
	margin-left: 20px;
}

/* Common */
/* font */

#content .content-left article .getCheckCode {
	font-size: 14px;
}

/* color */
#content .content-left li.active a,
#content .content-left article label,
#content .content-left article .text {
	color: #333;
}

#content .content-left li a {
	color: #666;
}

#content .content-left article .getCheckCode,
#content .content-left article .signup-agreement {
    color: #3ba354;
}

#content .content-left article .login {
	color: #ff9933;
}
.loginpic{width:661px; height:515px;display:none;}

.hint{
	position:absolute;
	top:-41px;
	left:0px;
	padding-right: 10px;
    color: red;
    height:30px;
    /*display:none;*/
    line-height:30px;
    text-indent: 30px;
    border: 1px solid #e6d893;
    border-radius: 3.5px;
    background: #fff7e9 url(../img2/tooltip-icon.png) no-repeat 10px center;
}
.base{
	position: absolute;
    top:-10px;
    left: 9px;
    width: 18px;
    height: 10px;
    background: url(../img2/tooltip-arrow.png) no-repeat center;

}
.bg{
	position:fixed;
	width:100%;
	height:100%;
	background: #999;
	opacity: 0.7;
	z-index: 200;
	filter:alpha(opacity=70); 
}
.bounced{
	position:fixed;
	z-index: 201;
	top:50%;
	left:50%;
	width:400px;
	height:auto;
	border: 5px solid #666;
    background-color: #fff;	
    margin-left: -200px;
    margin-top:-100px;
	font-size:14px;
}
.bounced_header{
	height:40px;
	line-height:40px;
	background:#f1f1f1;
	padding-left:10px;
}
.bounced_main{
	height:100px;
	line-height:100px;
	text-align: center;
}
.bounced_footer{
	height:35px;
	padding:15px 0;
	background:#f1f1f1;
	text-align: center;
}
.bounced_footer a{
    width: 130px;
    height: 35px;
    line-height:35px;
    display:block;
    font-size: 14px;
    color: #fff;
    margin:0 auto;
    cursor: pointer;
    border-radius: 3.5px;
    border-style: none;
    border: 1px solid transparent;
    background-color: #3ba354;
}

