﻿body
 {
	margin:0 auto;
}

/*内网用户登录*/
/*内网用户登录*/
.UserLoginBgStyle
{
background: url(Images/UserLoginBg.png);
width: 366px; 
height: 271px;
margin-top:100px;

}

*html .UserLoginBgStyle
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/UserLoginBg.png');
background:;
width: 366px; 
height: 271px;

}

*+html .UserLoginBgStyle
{
background: url(Images/UserLoginBg.png);
width: 366px; 
height: 271px;

}

UserLoginBgStyle input
{
      padding-top:10px;
	}

.IntranetLoginPageBg
{
	background-color:#0d0f0e;
	background-image:url(Images/UserLoginBg.gif);
	background-position:top;
	background-repeat:no-repeat;
	
	}

.menuLeft
{
	background: url(Images/menuLeft.png);
	width: 11px;
}
*html .menuLeft
{   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/menuLeft.png');
	background:;
	width: 11px;
}

*+html .menuLeft
{
	background: url(Images/menuLeft.png);
	width: 11px;
}

.menuCenter
{
 background: url(Images/menuCenter.png);
 height: 23px; 
 text-align: center;
}

*html .menuCenter
{

 background: url(Images/menuCenter.png);
 height: 23px; 
 text-align: center;
}
*+html .menuCenter
{
 background: url(Images/menuCenter.png);
 height: 23px; 
 text-align: center;
}

.menuRight
{
	background: url(Images/menuRight.png);
	width: 11px;
}
*html .menuRight
{  
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/menuRight.png');
  background:;
  width: 11px;
}
*+html .menuRight
{
	background: url(Images/menuRight.png);
	width: 11px;
}