﻿html, body {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	color: #437CA0;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
*:focus {outline: none;}
ul, ol, li {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
img {
	border: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #0068C1;
	outline: none; 
	hide-focus:expression(this.onFocus=this.blur());
}
a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
}
a.login-link:link, a.login-link:visited {
	text-decoration: underline;
	color: #08C;
}
a.login-link:hover, a.login-link:active {
	text-decoration: underline;
	color: #37F;
}
.login-button, .login-button-over, .login-button-loading{ 
	background:url(images/login-btn-bg.png) no-repeat scroll left top transparent; 
	text-align:center;
	height:40px; 
	width:300px; 
	overflow: hidden;
	text-indent: -9999em;
    border: medium none;
    cursor: pointer;
}
.login-button-over {
	background-position:0 -40px;
}
.login-button-loading {
	background-position:0 -80px;
}

#bg {
   padding: 0 0 10px;
}
#main {
    margin: 0 auto;
    width: 1024px;
    background:url(images/login-poster.gif) no-repeat scroll left top transparent;
}
#top {
    height: 110px;
}
#top ul {
    float: right;
    margin-top: 27px;
}
#top li {
    display: inline;
    float: left;
    margin-right: 7px;
}
#content .left {
    float: left;
    width: 450px;
    height:535px;
    padding-left:0;
}
#content .left ol {
    clear: both;
    color: #A6A9AD;
}
#content .left li {
    background: url(images/login-point.gif) no-repeat scroll 0 12px transparent;
    line-height: 25px;
    text-indent: 10px;
}
#content .left ol span {
    color: #6699BA;
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
}
#content .right {
    border-top: 4px solid #2BB9C2;
    background: white;
    float: right;
    height: 325px;
    width: 380px;
    margin:35px 20px 0 0;
}
#new-user-regist{
	padding-right: 40px;
	line-height: 50px;
	text-align: right;
	color: #666;
}
.login_form{
	padding: 0 40px;
	margin: 0;
}
.login_form .title{
	margin-top: -50px;
	margin-bottom: 0;
	line-height: 50px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #666;
}
.right ul {
    color: #4C4C4C;
    font-size: 12px;
}
.right ul li.input {
    margin-bottom: 12px;
}
.login_form .input_title span{
	color: #999;
	height: 20px;
	line-height: 20px;
	display: block;
	margin-top: 1px;
}
.right ul li.input_button {
    padding: 20px 0;
}
.login_form .wid {
	float: none;
	width: 270px;
	height: 24px;
	line-height: 24px;
	padding: 4px 25px 4px 3px;
	border: 1px solid #CCC;
	font-size: 14px;
	font-family: arial,"宋体";
	background-color: #fff;
}
.login_form .highlight_hover{
	border: 1px solid #2BB9C2;
}
.login_form .highlight_error{
	border: 1px solid #E6393D;
}
.right ul li.input .ico {
    position: absolute;
	right: 12px;
	z-index: 5;
	top: 8px;
}
.right ul li.input .ico_un {
    background: url(images/login_name.jpg) no-repeat white;
	width: 16px;
	height: 16px;
}
.right ul li.input .ico_pw {
    background: url(images/login_pw.jpg) no-repeat white;
	width: 14px;
	height: 19px;
}
#content .right .now {
    margin: 25px 0 0 180px;
}
#content .right .wrong {
    border: 1px solid #F55;
	background: #FFEBEB;
	margin-bottom: 10px;
	padding: 5px 8px;
}
#login_tip {
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    position: absolute;
}
#ad {
    clear: both;
}
#bottom {
    clear: both;
    color: #848585;
    margin-top: 20px;
    text-align: center;
}
#bottom a {
	margin-left:6px;
	margin-right:6px;
}
#bottom a:link, a:visited {
	color: #848585;
}
#bottom a:hover, a:active {
	color: #37F;
}
.pw {
    font-size: 12px;
}
a.pw:link, a.pw:visited {
    color: #437CA0;
    text-decoration: underline;
}
.vcod {
	margin-right: 8px;
    width: 90px;
}
input {
    font: bold 14px verdana,sans-serif;
}
.mar {
    margin-left: 65px;
}
.font12 {
    font-size: 12px;
}