
body 
{ 
font: 13px ����; 
} 
/*������֤��ʾCSS --------------------------------��ʼ--------------------------------*/ 
#tipPosition 
{ 
height: 16px; 
line-height: 18px; 
padding: 2px 10px; 
}
#tipPosition1 
{ 
height: 16px; 
line-height: 18px; 
padding: 2px 10px; 
}
.tip 
{ 
background: #E6F2FF url(images/register_tip.png) no-repeat 10px center; 
border: 1px #0E5863 dashed; 
color: #0E5863; 
} 
.error 
{ 
background: #FBECDF url(images/register_error.png) no-repeat 10px center; 
border: 1px Red dashed; 
color: #6D3737; 
} 
.success 
{ 
background: #D6FCD2 url(images/register_success.png) no-repeat 10px center; 
border: 1px #2F5D36 dashed; 
color: #3D934A; 
} 
/*����ǿ��CSS --------------------------------��ʼ--------------------------------*/ 
#pwdStrong_color 
{ 
width: 136px; 
height: 3px; 
border: 0px; 
border-collapse: collapse; 
border-spacing: 0; 
background: #E6EAED; 
margin-top: 5px; 
} 
#pwdStrong_color td 
{ 
padding: 0px; 
width: 44px; /*�粻��td���,Google��Chrome��������ʾ*/ 
} 
#pwdStrong_text 
{ 
font: 12px ����; 
} 