html ,body{height:100%;font: 12px "sans-serif", "Arial", "Verdana";background-color:#e5f6cf}
*{margin:0;padding:0;}
input {	font-family:"宋体";	font-size:12px;	border:1px solid #dcdcdc;height:18px;line-height:18px; padding-left:2px;}
.x-form-required, textarea.x-form-required{/*新加*/
	background:rgb(252, 251, 223) none repeat-x bottom;
}
.x-form-invalid, textarea.x-form-invalid{
	background:rgb(252, 251, 223) url(../images/icon/invalid_line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}
#tooltip {
  position: absolute;
  z-index: 10;
  background: #efd;
  border: 1px solid #ccc;
  padding: 3px;
}
.error-msg{
    background: none repeat scroll 0 0 #E5F6CF;
    float: right;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 125px;
	display: none;
}
.wait {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -10px;
  z-index: 3;
}
.login1{background:url(../images/login/login_01.gif) repeat-x 0 0;}
.login2{background:url(../images/login/login_02.gif) no-repeat 0 0;}
.login3{background:url(../images/login/login_03.gif) no-repeat 0 0;}
.login4{background:url(../images/login/login_04.gif) no-repeat 0 0;}
.login5{background:url(../images/login/login_05.gif) no-repeat 0 0;}
.login6{background:url(../images/login/login_06.gif) no-repeat 0 0;}
.login7{margin-left: 272px;cursor: pointer;}