/* 2014-03-10 登陆后台 */

.loginbg{
background:url(../hbimages/bg-1.jpg) center top ;

}
.loginbox{
width:550px;
position:absolute;
top:30%;
left:35%;
margin-top:-250px;
margin-left:-550px;
margin:0 auto;
 }
 
 .logbottombg,.logtopbg,.logbg{
width:550px;
 overflow:hidden;
 clear:both;
 }
 .logbottombg{
  height:15px;
  background:url(../hbimages/dia_bg_05.png) no-repeat;
 }
 .logtopbg{
  height:19px;
  background:url(../hbimages/dia_bg_01.png) no-repeat;
 }
 .logbg{
	background:url(../hbimages/dia_bg_03.png) repeat-y;
 }
 
 .logbgbox{
	padding:30px 20px;
 }
 .logbg dl {
	overflow:hidden;
	zoom:1;
	padding:10px 0; 
 }
 .logbg dl dt{
    color:#fff;
	font-weight:bold;
	float:left;
	width:90px;
	line-height:38px;
	text-align:right;
	-moz-text-shadow:1px 1px 5px #030303; 
	-webkit-text-shadow:1px 1px 5px #030303; 
	text-shadow:1px 1px 5px #030303;
 }
 .loginput{
	height:42px;
	line-height:42px;
	width:300px;
	border-radius:5px;
	border:0;
	padding-left:10px;
	box-shadow:0px 1px 5px #000 inset;
	
 }
 .logcode{
    height:38px;
	border:0;
	box-shadow:0px 1px 5px #000 inset;
	border-radius:5px;
	width:90px;
	padding-left:10px;
 }
 .dengji{
	margin-left:15px;
 }
 .logre{
	color:#fff;
	
 }
 .logbg1{
	position:absolute;
	top:-60%;
	
 }
 .logsubmit{
	margin-right:25px;
 }
 .logsub{
	height:38px;
	width:100px;
	background:#fff;
	border:0;
	font-size:14px;
	border-radius:5px;
	text-shadow:2px 1px 5px #ddd;
 }
 .codeimg{
	cursor:pointer;
 }
 .codefont{
	color:#ccc;
 }
 .logsub:hover{
	background:#6A81F2;
	color:#fff;
 }
 .logmobile{
   overflow:hidden;
   zoom:1;
 }
 .logmobile a{
	float:right;
	padding:0 15px 15px 0;
	color:#fff;
 }
 
 .showpass{
	padding:20px 10px;
	margin:0 0 15px 0;
	/* width:300px; */
	border-radius:5px;
	border:0;
	font-size:16px;
	
	/* box-shadow:0px 1px 5px #000 inset; */
	background:#fff;
	/* margin-left:70px; */
 }
 
 .othername{
   color:#fff;
   text-shadow:1px 1px 5px #030303;
   cursor:pointer;
   font-weight:bold;
 }
 
 
/* 2014-03-10 登陆后台 END */


.register .logbg1{
top:0;
left:-550px;
}
.register{
top:50%;
margin-top:-275px;
}
.registertitle{
font-weight:bold;
color:#fff;
font-size:16px;
text-shadow:1px 1px 3px #000;
}
.register .loginput{
width:350px;
}
.register .logjs{
color:#888;
}

