/* CSS Document */
body {
	background: url(../images/login_repeat.png);
}
.log { 
	
	text-align: right;
	width: 250px;
}

.title_01{height: 300px;}

.login-bg {
	height: 272px;
	background: #6ac3ed;width: 100%;
}
.logo-bg {
	width: 893px;
	height: 526px;
	background: url(../images/login_bg.png) center center no-repeat;
	margin: 0 auto;
	
	 
 
	
	
}


.login-bg span {
	display: block;
}
.login-bg .font1 {
	height: 44px;
	line-height: 44px;
	padding-top: 70px;
	font-size: 44px;
	font-weight: bold;
	color: #ff9c00;
	text-shadow: 2px 2px 2px #fff;
	text-align: center;display: block;
}
.login-bg .font2 {
	line-height: 35px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;display: block;
}
.form-sign {
	width: 240px;
	margin: 10px auto;
}
.log .input {
	height: 30px;
	line-height: 30px;
	width: 230px;
	border: 1px solid #4ab7ea;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 5px;
	margin-bottom: 20px;
	display:block;
}
.log .rad1{ margin-left:8px;  }
.log .radio {
	float: left;
	padding: 0px;
	margin-left: 10px;  width:65px; text-align:left;
}
.log .login_submit {
	display: block;
	margin: 10px auto;
	width: 120px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(../images/log.png) no-repeat; float: left;
}

.log .video{
	display: block;
	margin: 10px auto;
	width: 120px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(../images/help_video_btn.png) no-repeat; 
	float: right;
}
.login_submit:hover,.log .video:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	text-decoration: none;
}
.clear {
	clear: both;
}
.footer {
  height:60px;
  line-height:60px;
  text-align:center;
  color:#6e6e6e;
  position:fixed;
  bottom:0;
  width:100%;
  text-shadow: 2px 2px 2px #fff;
}
