#wrap { text-align: left;}
#register 
{
	text-align:center;
	margin: auto;
}
#register div.word{
	width:90%;
	padding:10px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin: auto;
}
#register div.title{
	padding-top:8px;
	text-align:right;
	font-size:14px;
	line-height: 28px;
	font-weight:bold;
	color:#666666;
	white-space:nowrap;
	border-bottom:#cccccc 1px solid;
	margin: 0 auto;
}
#register div.content
{
	width: 100%;
	margin: auto;
	margin-top:8px;
	float:left;
}
#register div.name{
	width:120px;
	float:left;
	margin-top:5px;
	text-align:right;
	font-weight:bold;
}
#register div.redstar {
	float:left;
	width:15px;
	margin-top:5px;
	color:#ff0000;
}
		
#register div.inputbox{
	width:320px;
	text-align:left;
	float:left;
	font-size:12px;
}

#register div.note{
	width:486px;
	float:right;
	text-align:left;
	font-size:12px;
	color:#999999;
	padding:3px;
	line-height:130%;
	background:#ffffff;
	border:#ffffff 1px solid;
}
#register div.notetrue{
	width:310px;
	float:right;
	text-align:left;
	font-size:12px;
	padding:3px;
	line-height:130%;
	color:#485E00;
	background:#F7FFDD;
	border:#485E00 1px solid;
}
#register div.text{
	padding:8px;
	text-align:center;
}
#register div.protocol
{
	padding:8px;
	font-size:14px;
	line-height:22px;	
	text-align:left;
	margin:10px;
}

.regStatBar
{
	height:28px;
	background-image: url(regStat_bg.gif);
}
.regStatBar div
{
	float:left;
	font-size:14px
}
.regStatBar .itemHead
{
	width:30px;
}
.regStatBar .itemActived
{
	padding-top:5px;
	background-color:#F4F2F2;
	width:150px;
	height:20px;
	BORDER-top: #bfd3d4 3px solid;
	BORDER-left: #bfd3d4 1px solid;
	BORDER-right: #bfd3d4 1px solid;
	font-weight: bold;
	color: #bfd3d4;
	text-align:center
}
.regStatBar .itemNormal
{
	padding-top:5px;
	line-height:150%;
	width:150px;
	text-align:center;
	font-weight: bold;
	color: #999999;
}
.regStatBottom
{
	background-color:#F4F2F2;
	text-align: right;
	height:20px;
	line-height:20px;
	padding-right:5px;
}

