/* CSS Document */

body{
	padding:0;
	margin:0;
}
#dialog-loading{
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.3);
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	display:none;
}
#dialog_login{
	width:30px;
	position:absolute;
	top:45%;
	left:48%;
	z-index:100;
	display:none;
}
.big_lo{
	width:100%;
	background:white;
	height:670px;
}
.big_logindiv{
	margin:0px auto;
}
.big_logindiv a{
	cursor:pointer;
}
/***登陆设置***/
.login_div{
	width:462px;
	margin:0 auto;
	padding:100px 61px 61px 61px;
}
.login_title{
	width:462px;
	margin:25px 0;
}
.login_title_button{
	width:100%;
	color:#333;
	font-size:24px;
	padding:2% 0;
	background:white;
	margin:2% 0;
	text-align:center;
}
.login_title_text{
	border:1px solid #CCCCCC;
	width:100%;
	background:white;
	margin:10px auto;
	padding:14px 0;
	text-indent:5px;
	font-size:14px;
}
.login_title_checkbox{
	margin:2% 0%;
	color:#999;
	width:100%;
	font-size:1em;
}
.check_box_input{
	width:20%;
	border:1px #000000 solid;
	background:white;
}
.login_title_checkbox_right{
	float:right;
	width:50%;
	text-align:right;
	line-height:20px;
	font-size:1.0em;
}
.login_title_checkbox_left{
	float:left;
	width:30%;
	font-size:1.0em;
}
.login_title_login{
	width:461px;
	margin:20px 0;
	background:#2b91e6;
	color:#FFFFFF;
	font-size:20px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
}
/******注册设置********/
.register{
	width:462px;
	margin:25px 276px;
	padding:12px 97px 61px 97px;
}
.register_title{
	width:462px;
	margin:25px 0;
}
.register_title_button{
	width:100%;
	color:#333;
	font-size:24px;
	padding:2% 0;
	background:white;
	margin:2% 0;
	text-align:center;
}

.register_title_check{
	position:relative;
}

#register_title_check_num{
	position:absolute;
	top:10px;
	right:-1px;
	width:180px;
	background:#2b91e6;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	line-height:45px;
	cursor:pointer;
}
.register_title_check_num_button{
	text-align:right;
	width:100%;
	cursor:pointer;
	text-align:center;
}

.register_title_checkbox{
	margin:2% 0%;
	color:#999;
	width:100%;
	font-size:16px;
}
.register_title_checkbox a{
	color:#2b91e6;
}
.clear{
	clear:both;
}

@-moz-document url-prefix(){
	#register_title_check_num{ line-height:47px;}
}

