.login_bg{width:100%;height:658px;background:url(../../../templates/default/images/login_bg.jpg) no-repeat;position:relative;}
.lgbox{position:absolute;top:150px;left:50%;margin-left:220px;height:260px;width:220px;background:url(../../../templates/default/images/lg_bg.png) no-repeat;padding:40px 50px 0 50px;}
.userbox{margin-bottom:15px;height:36px;border:1px solid #dcdcdc;width:220px;}
.userbox i{display:block;width:38px;height:36px;background:url(../../../templates/default/images/bg_site.png) no-repeat 0 0;overflow:hidden;float:left;}
.userbox input{width:172px;height:36px;line-height:30px;padding:0 5px;float:left;background:#fff;border:none;}
.password{margin-bottom:15px;height:36px;border:1px solid #dcdcdc;width:220px;}
.password i{display:block;width:38px;height:36px;background:url(../../../templates/default/images/bg_site.png) no-repeat 0 -36px;overflow:hidden;float:left;}
.password input{width:172px;height:36px;line-height:30px;padding:0 5px;float:left;background:#fff;border:none;}
.other{color:#999;height:20px;margin-bottom:15px;}
.other input{display:inline-block;}
.loginbtn{height:40px;margin-bottom:25px;}
.loginbtn input{width:220px;height:40px;line-height:40px;background:#00b7ff;border-radius:5px;color:#fff;border:none;cursor:pointer;font-size:14px;font-family:"微软雅黑";}
.loginbtn input:hover{background:#ff8731;
animation: myfirst 0.5s;
-moz-animation: myfirst 0.5s;	
-webkit-animation: myfirst 0.5s;	
-o-animation: myfirst 0.5s;}

.gotoreg{height:22px;line-height:22px;vertical-align:top;text-align:right;color:#666;}
.gotoreg a{display:inline-block;width:77px;height:22px;background:url(../../../templates/default/images/bg_site.png) no-repeat -40px 0;}

