

/* Password Checker Styles
----------------------------------------------- */


/* Tables
----------------------------------------------- */
/* Table */
.pwdChkTbl1
{
	border: 0;
	/*margin: 0 -70 0 -35px;*/
	padding: 0;
	width: 100%;
}
.pwdChkTbl1 span
{
	font-size: 70%;
}

ul.pwdChkTbl2
{
	font-family: Tahoma,sans-serif;
	font-weight: bold;
	
	
	background-color: #FFF;
}
.pwdChkTbl2 span
{
	font-size: 70%;
}

/* TD */
.pwdChkTd2
{
	/*width: 190px;
	padding: 0 0 13px 0;*/
}

/* JavaSCript Conditions
----------------------------------------------- */

.pwdChkCon0,
.pwdChkCon1,
.pwdChkCon2,
.pwdChkCon3,
#idSM1,
#idSM2,
#idSM3
	{
	background: transparent url(../Image/Register/bg-passwdcheck.gif) no-repeat 0 0;
	}

#idSM1
	{
	background-position:0 0;
	}
#idSM2
	{
	background-position:-47px 0;
	}
#idSM3
	{
	background-position:-93px 0;
	}


.pwdChkCon0
{
background-position:0 0;
}
.pwdChkCon1
{
background-position:0 -16px !important;
}
.pwdChkCon2
{
background-position:-48px -34px !important;
}
.pwdChkCon3
{
background-position:-93px -52px !important;
}


/* Miscellaneous
----------------------------------------------- */
#inputPC
{
	font-size: 70%;
	width: 210px;
	height: 19px;
	border: solid 1px #AAA;
}

ul.passwdcheck
{
	list-style-image:none !important;
	list-style-position:outside  !important;
	list-style-type:none  !important;
	margin-left:-40px;
}

ul.passwdcheck li
	{
	float:left;
	width:46px;
	height:14px;
	}

ul.passwdcheck li span
	{
	float:left;
	text-indent:-9999px;
	}