
html, body {
    _height: 100%;
    _overflow:auto;
	_padding:0;
    _margin:0;
	
}
html
{
	_overflow-x:auto;
	_overflow-y:hidden;
}

 .mask {
  filter: 'alpha(opacity=80)';
  *filter: alpha(opacity=80);
  opacity: 0.8;
  background: #000000;
  position: block;
  left: 0px;
  top: 0px;
  display:none;
  }
  .loginDiv{
  filter: alpha(opacity=100);
  opacity: 1.0;
  }
.login_mu {
	padding-top: 6px;
	padding-right: 10px;
	text-align: right;
	height: 46px;
	background-image: url(/images/login/login_bt.gif);
	background-repeat: no-repeat;
}
.mu1 {
	background-image: url(/images/login/mu1.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 61px;
	border: 0px;
}
.mu2 {
	background-image: url(/images/login/mu2.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 61px;
	border: 0px;
}
.mainLogin { 
	height: 102px;
	font-size: 12px;
	color: #5A5A5A;
	background-color: #FFFFFF;
}
.mainLogin A:link, .mainLogin A:visited{
	color: #5A5A5A;
	text-decoration: none;
}
.mainLogin A:hover{
	color: #FF9C00;
	text-decoration: underline;
}
