﻿@charset "utf-8";
/* style
 * created by lijuan 20130709
 */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{ margin:0; padding:0; border:0;}

body{ 
	overflow-x:hidden;
	background-color:#fff;
		}
.login_wrap{
	text-align:center;	
	
	font-size:12px;
	*font-size:11px;
	line-height:22px;
/* 	height:auto!important;height:550px;min-height:550px; */
	background:url(images/login/loginbodybg.png) center no-repeat;	
	}
.login_main{
	position:relative;
	margin:0 auto;
	width:900px;
	height:490px;}
	
.loginbar{
	position:absolute;
	left:310px; top:180px;
	}
.loginbar td{
	height:38px;
	line-height:38px;
	padding-right:15px;
	font-size:14px;
	text-align:left;
	color:#fff;}
.loginbar .errorbar{
	height:30px;
	line-height:30px;
	width:160px;
	padding-left:28px;
	font-size:12px;		
	color:#cc3030;
	border:1px solid #cc3030;
	background:#ffdfdf url(images/login/login_tip.png) 8px 7px no-repeat;}

.loginbar input{
	float:left;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding:0 2px;
	margin-right:4px;	
	border:0;}
.loginbar .username{
	width:165px;
	padding-left:22px;
	background:url(images/login/login_admin.png) 0 0 no-repeat;}
.loginbar .password{
	width:165px;
	padding-left:22px;
	background:url(images/login/login_paddword.png) 0 0 no-repeat;}
.loginbar .code{
	float:left;
	width:100px;}
.loginbar .imgcode{
	float:left;
	width:80px;
    height:28px;
	background:url(images/login/login_validatenumb.gif) 0 0 no-repeat;}
.loginbar .tipinfo{
	font-size:12px;
	height:28px;
	line-height:28px;}
	
.loginbar .login_btn{
	cursor:pointer;
	float:left;
	width:82px;
	height:32px;
	background:url(images/login/login_btn.png) 0 0 no-repeat;}
.loginbar .login_btn:hover{
	background:url(images/login/login_btn_hover.png) 0 0 no-repeat;}
.login_footer{
	position:relative;
	top:25px;
	font-size:12px;}
.login_footer span{ padding-right:5px;}