@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	background:#FFFFFF;
	font-family:"微软雅黑", "黑体", "宋体";
	font-size:12px;
}
#container {
	width:900px;
	padding:15px 50px;
	height:580px;
	margin:0px auto;
}
#top {
	background:url(../images/loading/logo.gif) no-repeat;
	height:70px;
	text-align:right;
	margin-right:50px;
	padding-top:30px;
	font-size:14px;
}
.specil {
	color:#FF0000;
	font-weight:bold;
}
.zhuce {
	text-decoration:underline;
	color:#0033FF;
	font-weight:bold;
	margin-left:5px;
}
.zhuce:hover {
	color:#333333;
}
#main {
	background:url(../images/loading/big_dream.gif) no-repeat;
	padding-left:380px;
	height:400px;
}
.load {/*======登陆按钮===========*/
	display:block;
	background:url(../images/loading/login_btn.gif) no-repeat;
	width:98px;
	height:64px;
	margin-left:75px;
	float:left;
	border:none;
	cursor:pointer;
	}
.reset {/*======重置按钮===========*/
	display:block;
	background:url(../images/loading/reset.gif) no-repeat;
	width:98px;
	height:64px;
	float:left;
	margin-left:20px;
	border:none;
	cursor:pointer;
}
.zhuce_buton {/*====注册按钮==============*/
	display:block;
	background:url(../images/loading/regist_btn.gif) no-repeat;
	width:98px;
	height:64px;
	margin-left:75px;
	consor:hand;
	float:left;
	border:none;
	cursor:pointer;
}
.input {/*=====输入框========*/
	width:208px;
	height:25px;
	line-height:25px;
	border:1px solid #0099FF;
}
.check {/*===验证框===========*/
	width:120px;
	height:25px;
	line-height:25px;
	border:1px solid #0099FF;
}
.checks img {/*======验证图片===========*/
	margin-left:10px;
	margin-top:4px;
	height:25px;
	border:1px solid #333333;
}
.checks1 img {/*======注册验证图片===========*/
	margin-left:10px;
	margin-top:0px;
	height:25px;
	border:1px solid #333333;
}
.text {/*=========表格中左侧说明文字=====*/
	font-size:16px;
	color:#0066CC;
	font-weight:bold;
	text-align:center;
}
a{
	font-size:35px;
	color:#0066CC;
	font-weight:bold;
	text-align:center;
	TEXT-DECORATION: none;
}
.checkbox1 {
	margin-left:65px;
}
.checkbox2 {
	margin-left:25px;
}
.forget {/*忘记密码*/
	color:#333333;
	text-decoration:none;
	margin-left:25px;
}
.forget:hover {
	color:#0066FF;
}
#container2 {/*=========登陆页面小页面：对话框，有边框颜色==============*/
	width:600px;
	padding:15px 20px;
	height:530px;
	margin:0px auto;
	border:3px solid #0066FF;
}
#top2 {
	background:url(../images/loading/logo.gif) no-repeat;
	height:30px;
	text-align:right;
	padding-top:90px;
	font-size:14px;
}
