/* MEMBER Category Style */
.AccountT {
	position:relative;
	width:100%;
	margin:20px 0px 25px 0px;
	table-layout:fixed;
	border-collapse:collapse;
	border-bottom:1px solid #d2d2d2;
}
.AccountT tr {
	border-top:1px solid #d2d2d2;
}
.AccountT th {
	font-size:12px;
	color:#707070;
	text-align:left;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	background:url(/web-contents/images/sites/icon/dot_gray_3x3.gif) no-repeat left 17px;
}
.AccountT th.AccSbT {
	font-size:11px;
	color:#707070;
	text-align:right;
	font-weight:normal;
	padding:0px 5px 0px 0px;
	background:none;
}
.AccountT .noline {
	border:none !important;
}
.AccountT td {
	font-size:12px;
	color:#707070;
	text-align:left;
	padding:4px 0px 4px 10px;
}

.AccountT input, img {
	vertical-align:middle;
}

input.Form_Acc_s {
	width:218px;
	height:23px;
	font-size:11px;
	color:#000000;
	padding:0px 5px 0px 5px;
	background-color:#d2d2d2;
	border:1px solid #b5b5b5;
}
input.Form_Acc_l {
	width:400px;
	height:23px;
	font-size:11px;
	color:#000000;
	padding:0px 5px 0px 5px;
	background-color:#d2d2d2;
	border:1px solid #b5b5b5;
}

.Validation_ID {
	position:absolute;
	top:7px;
	left:440px;
	width:200px;
	border:1px solid #red;
}
.Validation_Con {
	position:relative;
	width:200px;
	/*display:none;*/
}
.Validation_Con .Vali_Arr {
	position:absolute;
	top:5px;
	left:0px;
	width:6px;
	height:7px;
	z-index:200;
}
.Validation_Con .Vali_Con {
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	margin-left:4px;
	padding:8px;
	overflow:auto;
	border:2px solid #ff3300;
	background:#ff6633;
}

#useridCommentDisp {
	position:absolute;
	top:7px;
	left:440px;
	width:200px;
	border:1px solid #red;
}

#userPwdCommentDisp {
	position:absolute;
	top:47px;
	left:440px;
	width:200px;
	border:1px solid #red;
}

#userRePwdCommentDisp {
	position:absolute;
	top:87px;
	left:440px;
	width:200px;
	border:1px solid #red;
}

#useremailCommentDisp {
	position:absolute;
	top:127px;
	left:440px;
	width:200px;
	border:1px solid #red;
}


/*#AccountTable tr {
 display:none;
}*/