body {
	background: url(../../img/common/login_topbg.gif) repeat-x #f7f7f7;
}

table {
	border-collapse: collapse;
}

.header-container {
	width: 960px;
	height: 72px;
	margin: 0 auto;
	padding-top: 10px;
}

.header-container .header-logo {
	float: left;
	width: 150px;
}

.screen {
	width: 960px;
	margin: 0 auto;
}

.first-screen {
	float: left;
	width: 960px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.first-screen .screen-title {
	float: left;
	width: 938px;
	padding: 10px 0 0 10px;
}

.first-screen .screen-title ul {
	float: left;
	width: 300px;
}

.first-screen .screen-title li {
	float: left;
	width: 116px;
	height: 35px;
	line-height: 35px;
}

.first-screen .screen-title li a {
	display: block;
	text-align: center;
	color: #0084c2;
	text-decoration: none;
	font-size: 14px;
}

.first-screen .screen-title a.hover {
	background: url(../../img/common/login_bg.gif);
	width: 118px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	position: absolute;
	z-index: 10;
}

.first-screen .screen-title .message {
	float: right;
	line-height: 20px;
	color: #666;
}

.first-screen .screen-title .message a {
	color: #666;
	font-size: 14px;
}

.first-screen .screen-content {
	float: left;
	width: 936px;
	border-top: 1px solid #dce3e6;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: -3px 10px 10px 10px;
	display: inline;
}

.content-left {
	float: left;
	width: 680px;
	border-right: 1px solid #e4e7ea;
	margin: 15px 0;
	display: inline;
	height: 680px;
}

.content-left .left-title {
	float: left;
	width: 600px;
	padding: 10px 0 10px 20px;
	color: #8b8c8c;
}

.content-left .left-bold {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #004f8c;
}

.content-left .left-main {
	float: left;
	width: 650px;
	padding-left: 20px;
}

.content-left .left-main td {
	line-height: 350%;
}

.content-left .left-main td.clause {
	line-height: 150%;
	font-size: 12px;
}

.content-left .left-main td.td_title {
	text-align: right;
	padding-right: 8px;
	font-size: 14px;
}

.content-left .left-main .title_red {
	color: #f00;
}

.sendyzm {
	color: #FFF;
	background: #0E6EBA;
	font-size: 12px;
	border-radius: 5px;
	width: 120px;
	text-align: center;
	border: 1px solid #0E6EBA;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	cursor: pointer;
	margin-top: 10px;
}

.sendyzm:hover {
	background-color: #0E6EBA
}

.sendyzm-readonly,.sendyzm-readonly:hover {
	background: #b6b6b6;
	border: 1px solid #b6b6b6;
}

.level-submit {
	background: url(../../img/common/login_bg.gif);
	width: 184px;
	height: 38px;
	background-position: 0 -40px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	cursor: pointer;
}

.level-submit-wait {
	background: url(../../img/common/login_nextload.gif) no-repeat 0px 0%;
	display: none;
}

.content-right {
	float: right;
	width: 245px;
}

.content-right .aleady {
	float: left;
	color: #545454;
	padding: 20px 0 10px 5px;
}

.content-right .login {
	float: left;
	clear: both;
}

.content-right .login .level-login {
	float: left;
	background: url(../../img/common/login_bg.gif) no-repeat -118px 0;
	width: 98px;
	height: 38px;
	cursor: pointer;
}

.content-right .qq {
	float: left;
	clear: both;
	padding-top: 30px;
	color: #545454;
}

.content-right .tencent {
	float: left;
	width: 240px;
	padding: 10px 0;
}

.content-right .icon {
	float: left;
	background: url(../../img/common/login_qq.png);
	width: 42px;
	height: 42px;
	/* 	background-position: -370px -98px; */
}

.content-right .tencentp {
	float: left;
	line-height: 40px;
	font-size: 14px;
	padding-left: 10px;
}

.content-right .tencentp a {
	color: #999;
	text-decoration: none;
}

.verifyCodeMsg {
	color: #999;
	font-size: 12px;
}

.footer {
	width: 960px;
	margin: 0 auto;
}

.footer .bottom {
	clear: both;
	width: 960px;
	text-align: center;
	line-height: 40px;
	/* padding-bottom: 20px; */
	color: #666;
}

#alreadyExsit{
	color: red;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: -4px;
    margin-top: -3px;
    height: -14%;
    margin-left: 10px;
    display: none;
}