html,body {
	padding:0;
	margin:0
}
button {
	padding:0;
	border:0;
	background:0;
	cursor:pointer
}
a {
	color:#848585;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
body {
	font-size:14px
}
#page {
	width:100%
}
.header {
	width:1000px;
	height:60px;
	margin:0 auto;
	position:relative;
	zoom:1;
	z-index:100
}
.footer {
	width:1000px;
	margin:0 auto;
	padding-top:20px
}
.logo {
	position:absolute;
	left:30px;
	top:5px;
	width:430px;
	height:58px;
	background-repeat:no-repeat;
	background-position:center left;
	overflow:hidden;
	z-index:110
}
.links_wrap {
	position:absolute;
	right:10px;
	bottom:10px;
	width:700px;
	text-align:right;
	white-space:no-wrap;
	font-size:12px;
	color:#444;
	z-index:100
}
.links_item {
	line-height:24px;
	border-left:1px solid #dcdcdc;
	padding:0 12px;
	position:relative;
	zoom:1
}
.links_item_free {
	border:1px solid #3498db;
	color:#3498db;
	padding:0 12px;
	line-height:22px;
	text-decoration:none
}
.links_item_free:hover {
	text-decoration:none;
	color:#3498db
}
.links_item_first {
	border-left:none
}
.login_banner_download {
	position:absolute;
	top:30px;
	width:160px;
	height:160px;
	left:0;
	z-index:10;
	display:none;
	background-color:#fff
}
.links_item:hover .login_banner_download {
	display:block
}
.links_item .login_banner_download,.links_item:hover .login_banner_download {
	_display:none
}
.content {
	position:relative;
	zoom:1;
	width:100%;
	height:500px;
	background-position:center top;
	background-repeat:no-repeat
}
.bg_default {
	background-image:url(../mail_files/login_bg.jpg)
}
.bg2 {
	background-image:url(../images/login_bg2.jpg)
}
.bg3 {
	background-image:url(../images/login_bg3.jpg)
}
.content_inner {
	position:relative;
	zoom:1;
	width:1000px;
	height:100%;
	margin:0 auto
}
.login_bg_link {
	position:absolute;
	height:100%;
	width:600px;
	top:0;
	left:0;
	overflow:hidden;
	text-decoration:none;
	z-index:1000
}
.login_bg_link:hover {
	text-decoration:none
}
.login_pannel {
	position:absolute;
	top:30px;
	right:30px;
	*width:338px;
	*height:375px;
	box-shadow:0 0 5px rgba(255,255,255,.5);
	-moz-box-shadow:0 0 5px rgba(255,255,255,.5);
	-webkit-border-shadow:0 0 5px rgba(255,255,255,.5)
}
.login_pannel_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	-khtml-opacity:.6;
	opacity:.6
}
.login_title {
	padding:0;
	overflow:hidden;
	font-weight:bold;
	position:relative;
	zoom:1;
	z-index:5;
	margin-bottom:12px
}
.login_title_text {
	padding:5px 20px;
	line-height:30px
}
.login_title_bg {
	position:absolute;
	width:100%;
	height:100%;
	height:40px;
	top:0;
	left:0;
	background-color:#fff;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	-khtml-opacity:.6;
	opacity:.6
}
.login_error_wrap {
	position:relative;
	zoom:1;
	white-space:nowrap;
	background-color:#fff8f4;
	border:1px solid #e3abb9;
	line-height:20px;
	padding:2px 4px 2px 24px;
	overflow:hidden;
	font-size:12px;
	color:#e57b89;
	margin:0 20px;
	display:none
}
.ico_error {
	width:14px;
	height:14px;
	vertical-align:text-bottom;
	background:url(../images/main.png) -105px 0 no-repeat;
	position:absolute;
	display:block;
	top:5px;
	left:5px
}
.login_section {
	padding:15px 0;
	font-size:12px;
	position:relative;
	zoom:1
}
.login_input_wrap {
	position:relative;
	zoom:1;
	color:#444;
	padding:0 20px;
	margin-bottom:15px
}
.login_input_box {
	overflow:hidden;
	background-color:#eef3f8;
	border:1px solid #bac5d4;
	color:#444;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	right:20px;
	top:0;
	height:28px;
	line-height:28px;
	padding:3px 8px;
	width:280px
}
.login_input_placeholder {
	display:none;
	width:280px;
	padding:0 8px;
	line-height:28px;
	color:#999;
	position:absolute;
	left:20px;
	top:4px;
	cursor:text
}
.login_input_wrap_prompt .login_input_placeholder {
	display:block
}
.ico_unchecked,.ico_checked {
	cursor:pointer;
	width:13px;
	height:13px
}
.ico_unchecked {
	background:url(../images/main.png) -125px 0 no-repeat
}
.ico_checked {
	background:url(../images/main.png) -145px 0 no-repeat
}
.login_remember_name {
	line-height:24px;
	padding:0 21px;
	overflow:hidden
}
.login_remember_text {
	cursor:pointer;
	color:#565551
}
.login_remember_check {
	position:absolute;
	display:block;
	top:6px;
	left:22px
}
.login_checkcode {
	width:130px
}
.login_checkcode_placeholder {
	width:130px
}
.login_checkcode_ico {
	position:absolute;
	width:130px;
	height:34px;
	border:1px solid #bac5d4;
	cursor:pointer;
	top:0;
	right:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.login_submit_btn {
	padding:3px 0;
	width:298px;
	line-height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border:1px solid #3790cc;
	background-color:#3b9bdc;
	background:-moz-linear-gradient(top,#3b9bdc,#3790cc);
	background:-webkit-linear-gradient(top,#3b9bdc,#3790cc);
	background:-o-linear-gradient(top,#3b9bdc,#3790cc);
	background:linear-gradient(top,#3b9bdc,#3790cc)
}
.login_submit_btn:hover {
	background-color:#3790cc
}
.login_helper_text {
	line-height:20px;
	color:#999;
	margin-bottom:0
}
.login_company_desc {
	position:absolute;
	top:50px;
	left:30px;
	width:440px;
	overflow:hidden;
	font-size:12px;
	min-height:50px;
	_height:80px;
	_overflow:visible
}
.login_company_desc_text {
	padding:10px 12px;
	line-height:20px;
	position:relative;
	zoom:1;
	z-index:10;
	color:#fff
}
.login_company_desc_bg {
	position:absolute;
	width:100%;
	height:100%;
	_height:80px;
	overflow:hidden;
	top:0;
	left:0;
	background-color:#000;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	-khtml-opacity:.2;
	opacity:.2
}
.login_welcome {
	display:none;
	position:absolute;
	top:60px;
	left:210px;
	text-align:right;
	width:400px;
	height:300px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff
}
.login_welcome_title {
	font-size:32px;
	
	font-weight:bold;
	padding:10px 0
}
.login_welcome_text {
	font-size:16px;
	font-family:simhei;
	padding:10px 0;
	line-height:28px;
	white-space:pre
}
.copyright_wrap {
	padding:0;
	overflow:hidden;
	font-size:12px;
	color:#848585;
	text-align:center;
	line-height:24px
}
.copyright_about_link {
	font-weight:bold;
	color:#444;
	text-decoration:none
}
.copyright_about_link:hover {
	font-weight:bold;
	color:#444;
	text-decoration:underline
}
.copyright_link {
	color:#999;
	text-decoration:none
}
.copyright_link:hover {
	color:#999;
	text-decoration:underline
}
.login_about_label {
	padding:0 3px
}
.login_panel_iframe {
	width:338px;
	height:320px;
	border:0;
	padding:0;
	margin:0;
	position:relative;
	zoom:1;
	z-index:10
}
#cache_wrap {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	width:1px;
	height:1px;
	top:0;
	left:0
}
.inline_block {
	display:inline-block;
	*display:inline;
	zoom:1
}
.login_entrance_wrap {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	zoom:1;
	background-color:#fff;
	z-index:1000
}
.login_entrance_dlg {
	width:480px;
	margin:100px auto 0;
	border:1px solid #ccc;
	background-color:#fcfcfc;
	padding:15px 25px 75px;
	line-height:28px;
	position:relative
}
.login_entrance_dlg_text {
	line-height:28px
}
.button {
	outline:0;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	line-height:28px;
	border-radius:3px;
	border-radius:3px;
	font-size:12px;
	width:80px;
	position:absolute;
	overflow:hidden
}
.button:hover {
	text-decoration:none;
	zoom:1
}
.login_entrance_dlg_yes {
	color:#fff;
	border:1px solid #3a7ae5;
	background-color:#3a7ae5;
	bottom:20px;
	right:130px
}
.login_entrance_dlg_yes:hover {
	border:1px solid #2c6bd8;
	background-color:#2c6bd8
}
.login_entrance_dlg_no {
	color:#444;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	bottom:20px;
	right:30px
}
.login_entrance_dlg_no:hover {
	background-color:#fff
}