﻿body 
{
	margin:0 auto;
}
.registertitle
{
font-size: 10.5pt; 
font-family: Arial Black 微软雅黑; 
color:#b4b4b4;
font-weight:bold;
}
.registerfontstyle
{
font-family:Arial 黑体; 
font-size:10pt; 
font-weight:bold; 
color:#ffffff;
}


.registererrorfont
{
	font-size:9pt;
	color:#FFFFFF;
	
	
	}

.registerTooltip
{
font-size:9pt; 
font-family:Arial 宋体; 
color:#b4b3b3;
}
.registerCompare
{
font-family:Arial 宋体; 
font-size:9pt; 
font-weight:bold; 
color:#ef1b68;
}

.registerBg
{
margin: 0 auto; 
background-color:#a17ba0;
}

.userliststyle
{
margin: 0 auto; 
background-color:#fed4e8;
}


/*用户列表页*/
.userlistImgEdit
{
 background-image:url(Images/imgEdit.png);
 background-repeat:repeat-y;
 width:22px;
 height:22px;
}

*html .userlistImgEdit
{
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src='Images/imgEdit.png');
 background-image:none;
 background-repeat:;
 width:22px;
 height:22px;
}

*+html .userlistImgEdit
{
 background-image:url(Images/imgEdit.png);
 background-repeat:repeat-y;
  width:22px;
 height:22px;
}


.userlistImgDel
{
 background-image:url(Images/imgDel.png);
 background-repeat:repeat-y;
 width:22px;
 height:22px;
}

*html .userlistImgDel
{
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src='Images/imgDel.png');
 background-image:none;
 background-repeat:;
 width:22px;
 height:22px;
}

*+html .userlistImgDel
{
 background-image:url(Images/imgDel.png);
 background-repeat:repeat-y;
  width:22px;
 height:22px;
}

.registSucessReturnHome
{
background-image:url(Images/RegistReturnHome.png);
width:170px;
height:32px;
}
*html .registSucessReturnHome
{
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src='Images/RegistReturnHome.png');
 background-image:none;
 width:170px;
height:32px;
}
*+html .registSucessReturnHome
{
background-image:url(Images/RegistReturnHome.png);
width:170px;
height:32px;
}

.userlistBtnLeft
{
 background-image:url(Images/btnLeftUserList.gif);
 background-repeat:repeat-y;
 width:7px;
 height:24px;
}
 .userlistBtnCenter
{
 background: url(Images/btnCenterUserlist.gif);
 height: 24px;
 text-align: center;
}

 .userlistBtnRight
{
 background-image:url(Images/btnRightUserlist.gif);
 background-repeat:repeat-y;
 width:7px;
 height:24px;
}

.notnull
{
	 color:#ef027e;
	 font-size: 9pt;
	 padding-left: 10px;
	 font-weight:bold;
	 width:20px;
}


.wrongStyle
{
background-image: url(Images/registerWaite.png);
background-repeat:no-repeat;
width:56px; 
height:56px;
}

*html .wrongStyle
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src='../App_Themes/Basic/Images/registerWaite.png');
background-image:none;
background-repeat:no-repeat;
width:56px; 
height:56px;
}

*+html .wrongStyle
{
background-image: url(Images/registerWaite.png);
background-repeat:no-repeat;
width:56px; 
height:56px;
}

.ChangePwdText
{
  background-color:#FFFFFF;
  color:Black;
	}