@charset "utf-8";
/* CSS Document */
ul   {   list-style:none;   magin:0;   padding:0;   } 
.formList {
	float: left;
	width: 100%;
}
.formList .register, .formList .resetPW {
	float: left;
	width: 100%;
	height: 32px;
	overflow: hidden;
	margin: 0 0 15px 0;
	background: url(/images/home/common/login.gif) repeat-x 0 -119px;
}
.formList .login {
	width: 240px;
	height: 70px;
	overflow: hidden;
	margin: 0 0 15px 20px;
	background: url(/images/home/common/shine_line.png) 0 68px repeat-x;
}
.formList .register h2{
	float: left;
	height: 32px;
	padding: 0 0 0 70px;
	background: url(/images/home/common/login.gif) no-repeat 0 0;
}
.formList .login ins {
	float: left;
	margin: 9px 0 0 0;
	>margin: 11px 0 0 0;
	padding: 0 0 0 18px;
	color: #DC6800;
}
.formList .login h2 {
	font-size:14px;
	text-align:center;
	height: 32px;
	padding: 30px 0 0 0;
	
}
.formList .resetPW h2 {
	float: left;
	height: 32px;
	padding: 2px 0 0 2px;
	font-size: 20px;
	color: #6D843F;
}
.formList li {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.formList li label {
	float: left;
	width: 65px;
	padding: 2px 5px 0 15px;
    align: right;
	text-align: right;
	/*font-size: 14px;*/
	font-size: 12px;
	color: #404D26;
	overflow: hidden;
}
.formList li input {
	float: left;
	height: 22px;
	line-height: 22px;
	width: 250px;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	background: #fff;
	font-size: 16px;
	padding: 0 4px;
	font-weight: bold;
}
.formList li.password {
    padding: 10px 0 0 0;
}
.formList li.checkbox {
    padding: 0;
}
.formList li.checkbox input {
    float: left;
    line-height: 16px;
    height: 16px;
    margin: 2px 2px 1em 85px;
    width: 20px;
}
.formList li em {
	float: left;
	width: 16px;	
	height: 16px;
	line-height: 13px;
	>line-height: 16px;
	margin: 5px 0 0 0;
	color:  #818181;
}
.formList li em.warning {
	padding: 0 0 0 5px;
	color: #f00;
	background: url(/images/home/icon/register.gif) no-repeat 0 0;
}
.formList li em.confirm {
	padding: 0 0 0 5px;
	background: url(/images/home/icon/register.gif) no-repeat 0 -85px;
}
.formList li.code input {
	width: 148px;
	margin: 0 5px 0 0;
}
.formList li.code img {
	float: left;
	border: 1px solid #ccc;
	margin: 0 11px 0 0;
}
.formList li.code a {
	float: left;
	color: #6A8040;
}
.formList .resetPWOK {
	float: left;
	margin: 50px 0 0 0;
	padding: 0 20px 70px 35px;
	font-size: 14px;
	color: #333;
}
.succeedPNG {
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	width: 48px;
	height: 55px;
	overflow: hidden;
	background: url(/images/home/icon/infoAll.png) no-repeat 0 0;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon/infoAll.png', sizingMethod='image');
}
.formList .resetPWOK p {
	line-height: 150%;
	padding: 5px 0 0 0;
}
.formList .resetPWOK b {
	color: #f60;
}
.formList .resetPWOK em {
	color: #6A8040;
	padding: 0 2px;
}
.formList .resetPWOK a {
	color: #6A8040;
	padding: 0 0 0 3px;
	text-decoration: underline;
}
.formList .resetPWOK a:hover {
	color: #DC6800;
}
.clause {
	position: relative;
	clear: both;
	margin: 0 0 0 10px;
	>margin: 0 0 0 10px;
	padding: 5px 0 15px 0;
        font-size: 130%;
}
.clause input {
	margin: 2px 5px 0 0;
	>margin: 0 2px 0 0;
}
.popDisplay {
	position: absolute;
	width: 260px;
	left: 3px;
	>left: 6px;
	bottom: -36px;
	_bottom: 195px;
}
.popDisplay .showContent {
	padding: 10px 5px 10px 10px;
	background: #FFF4C3;
	border: 1px solid #FFB944;
	line-height: 130%;
}
.popDisplay .showContent ins {
	color: #DC6800;
}
.popDisplay span {
	float: left;
	width: 100%;
	margin: -48px 0 0 0;
	text-indent: -9999px;
	height: 11px;
	overflow: hidden;
	font-size: 1px;
	background: url(/images/home/common/decorateB.gif) no-repeat 80px 0;
}
.clause a {
	color: #6A8040;
	text-decoration: none;
	font-weight: bold;
}
.clause a.PW {
	text-decoration: none;
	margin: 0 0 0 20px;
	font-weight: normal;
}
.clause a:hover.PW {
	color: #DC6800;
}
.btnRegister {
	float: left;
	background: url(/images/btn70.png) no-repeat;
}
.btnRegister a {
	float: left;
	margin: 0 7px 20px 0;
	padding: 0 13px 0 20px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	background: url(/images/btn70.png);
}
.btnRegister a:hover {
	background: url(/images/btn70-hover.png) no-repeat;
}
.btnRegisterMargin {
	margin: 0 0 0 85px;
}
.formRight {
	float:left;
	width: 280px;
	padding: 20px 0 0 0px;
}
.formRight em {
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 0 0 10px 0;
}
.formRightPop {
	float: right;
	width: 130px;
	padding: 0 0 20px 0;
	margin: -62px 0 0 0;
}
.formRightPop em {
	font-size: 12px;
}
