@CHARSET "UTF-8";

.fz-14{
	font-size:14px;	
}
.login_top{
	height:10px;
	background-color:#04497c;
	width:100%;
}

.login_head{
	width:960px;
	height: 108px;
	margin:0 auto;
}
.login_head .logo{
	margin-top:20px;
	margin-left:15px;	
}
.login_head .logos{
    background: url("../images/index.png") no-repeat scroll 0 0 transparent;
    height: 70px;
    width: 305px;
}
.login_head .text{
	padding-right: 80px;
	color:#333;
	margin-top: 45px;
}
.login_head .text a{
	font-size:12px;	
	color:#033969;
}

.login_head .text span{
	background: url("../images/index.png") no-repeat scroll 0 -117px transparent;
    height: 12px;
    margin: 0 2px 0 8px;
    width: 1px;
}


.login_main{
	background-image:url("../images/index_bg.png");
	background-repeat: repeat-x;
	height:415px;
	width:100%;
}
.login_content{
	width:1280px;
	height:415px;
	margin:0 auto;
	background: url("../images/index.png") no-repeat scroll 0 -193px transparent;
}
.login_content .login_form{
	background-color:#FFF;
    font-size: 14px;
    height: 350px;
    line-height: 40px;
    margin-left: 540px;
    width: 340px;
}
.login_content .login_form img{
	width:70px;
	height:30px;	
}
.login_content .login_form .btn{
	padding-left:40px;	
	margin-top:15px;
}
.login_content .login_form .login_btn{
	width:160px;
	height:40px;
	background-color:#e34600;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:0;
    color:#fff;
    font-weight: bold;
}
.reg_btn{
	width:90px;
	height:40px;
	background-color:#acc5df;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    border:0;
    color:#fff;
    text-align:center;
    font-weight: bold;
    margin-left:10px;
}
.login_foot{
	text-align:center;
	height:105px;
	color:#333333;
	line-height: 35px;
    padding-top: 12px;
	font-size:12px;
}
.login_foot a{
	color:#333333;
	margin: 0 10px;
}
.logo a {
	margin-top: 0px;
}
.login_form .member {      
    border-radius: 5px 0 0 0;
    font-size: 16px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    width: 170px;
    font-weight: bold;
}
.login_form .neimember {      
    border-radius: 0 5px 0 0;
    font-size: 16px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    width: 170px;
    font-weight: bold;
}
.notnow{
	 background: url("../images/loginleft.png") no-repeat scroll 0 0 transparent;
	 width:170px;
	 height:50px;	       
}
.neinotnow{
	 background: url("../images/loginright.png") no-repeat scroll 0 0 transparent;
	 width:170px;
	 height:50px;
}
.login_input{
	padding-top: 20px;
	margin-left: 40px;
}
.login_input div{
	margin-top:15px;
}
.login_input input{
	line-height: 38px;
	font-size: 14px;
	border-radius: 5px;
	background-color:#eef3f8;
	border: 1px solid #B7C2C9;
	height:38px;
	color:#B7C2C9;
	padding-left: 15px;
}
.blackA {
    color: #333333;
    font-size: 12px;
}

.ct_tips {
    background-color: #FFF6F7;
    border: 4px solid #FAAEBA;
    font-family: Arial,Verdana,"宋体";
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}
.ct_tips sub {background: url("../images/info.png") no-repeat;display: block;float: left;height: 20px;width: 22px;}