@charset "utf-8";
/* CSS Document */

body{
	overflow-y:hidden;
	background:url(../images/loginbg.jpg) repeat-y center #14498d;
	font-family: Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif; 
	}
html{
	overflow-y:hidden;
	overflow-x:hidden;		
	}
*{
	margin:0;
	padding:0;
	} 
a{
	text-decoration:none;
	color:#535353;
	}	
a:hover{
	text-decoration:underline;
	}
ul,li,p,h3,h4{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.clear{
	clear:both;
	}	
img{
	border:0;
	}
#bg{
	position:absolute;
    top:0px;
    left:0px;
    z-index:-999;
    }
#content{
	width:960px;
	color:#000;
	background:#fff url(../images/logo2.png) no-repeat 0px 0px;
	height:595px;
	position:absolute;
	margin:-298px -483px;
	left:50%;
	top:50%;
	}	
.login_box{
	width:880px;
	font-size:13px;
	height:auto;
	margin-left:257px;
	margin-top:60px;
	}
.login_box2{
	width:930px;
	font-size:13px;
	margin-left:30px;
	margin-top:60px;
	}	
.newbox_space_tip{
	width:180px;
	height:24px;
	line-height:24px;
	}	
.newbox_space_tip5{
	width:180px;
	padding-top:4px;
	padding-bottom:4px;
	}		
.login_box P{
	padding-bottom:15px;
	}		
.newbox_space span{
	color:red;
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	vertical-align:middle;
	}	
.newbox_space tr td{
	padding-top:5px;
	padding-right:12px;
	padding-bottom:5px;
	}
.newbox_space_tip2{
	width:180px;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:17px;
	text-align:center;
	font-family: Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif; 
	background:url(../images/register_button.jpg) no-repeat;
	border:none;
	cursor:pointer;
	}					
.newbox_space_tip_abanden{
	width:180px;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:17px;
	text-align:center;
	font-family: Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif; 
	background:url(../images/noregister_button.jpg) no-repeat;
	border:none;
	cursor:pointer;
	}					
